mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-08 04:41:51 +09:00
it was squared
This commit is contained in:
@@ -21,7 +21,7 @@ open class DroppedItem : ActorWithBody {
|
||||
|
||||
companion object {
|
||||
const val NO_PICKUP_TIME = 1f
|
||||
const val MERGER_RANGE = 8.0 * TILE_SIZED
|
||||
const val MERGER_RANGE = 8.0 * TILE_SIZED // the wanted distance, squared
|
||||
}
|
||||
|
||||
var itemID: ItemID = ""; private set
|
||||
|
||||
Reference in New Issue
Block a user