chest ui: chest names are centered around the cells

This commit is contained in:
minjaesong
2022-07-13 01:08:38 +09:00
parent b583cb850f
commit d86fd5d5fe
4 changed files with 21 additions and 14 deletions

View File

@@ -340,7 +340,8 @@ open class IngameInstance(val batch: FlippingSpriteBatch, val isMultiplayer: Boo
}
/**
* Check for duplicates, append actor and sort the list
* Queue an actor to be added into the world. The actors will be added on the next update-frame and then the queue will be cleared.
* If the actor is null, this function will do nothing.
*/
open fun queueActorAddition(actor: Actor?) {
if (actor == null) return