merging dropped items when they tightly overlap

This commit is contained in:
minjaesong
2022-01-13 11:14:21 +09:00
parent 1060d96364
commit f1d8850196
4 changed files with 16 additions and 6 deletions

View File

@@ -64,8 +64,6 @@ import java.util.concurrent.locks.ReentrantLock
open class TerrarumIngame(batch: SpriteBatch) : IngameInstance(batch) {
var WORLD_UPDATE_TIMER = Random().nextInt(1020) + 1; private set
var historicalFigureIDBucket: ArrayList<Int> = ArrayList<Int>()