fallable blocks actually falls

This commit is contained in:
minjaesong
2019-06-25 23:30:22 +09:00
parent 04ea9aec42
commit a45b68b8d5
3 changed files with 37 additions and 1 deletions

View File

@@ -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