fixed a bug where ActorWithBody.mouseUp is incorrectly implemented

This commit is contained in:
minjaesong
2022-07-20 17:29:10 +09:00
parent de7ef60396
commit 0f4508986d
4 changed files with 12 additions and 2 deletions

View File

@@ -397,6 +397,10 @@ open class IngameInstance(val batch: FlippingSpriteBatch, val isMultiplayer: Boo
}
}
open fun getTooltipMessage(): String {
return uiTooltip.message
}
/**
* Copies most recent `save` to `save.1`, leaving `save` for overwriting, previous `save.1` will be copied to `save.2`
*/