mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-11 19:14:05 +09:00
fallable blocks actually falls
This commit is contained in:
@@ -46,7 +46,7 @@ class BlockProp {
|
||||
|
||||
var drop: Int = 0
|
||||
|
||||
var maxSupport: Int? = null
|
||||
var maxSupport: Int = -1 // couldn't use NULL at all...
|
||||
|
||||
var friction: Int = 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user