mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-12 22:56:06 +09:00
it was squared
This commit is contained in:
@@ -21,7 +21,7 @@ open class DroppedItem : ActorWithBody {
|
|||||||
|
|
||||||
companion object {
|
companion object {
|
||||||
const val NO_PICKUP_TIME = 1f
|
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
|
var itemID: ItemID = ""; private set
|
||||||
|
|||||||
Reference in New Issue
Block a user