mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-11 19:14:05 +09:00
tree impl test; falling blocks won't destroy transparent blocks
This commit is contained in:
@@ -24,6 +24,10 @@ class BlockProp {
|
||||
var viscosity: Int = 0
|
||||
var colour: Int = 0
|
||||
|
||||
/** isSolid is NOT SAME AS !isOpaqueis
|
||||
* Like, don't ever use this vars to tell this block should be removed by water or something,
|
||||
* because PLANTS ARE ACTORS, TREES ARE BLOCKS, stupid myself!
|
||||
*/
|
||||
var isSolid: Boolean = false
|
||||
//var isClear: Boolean = false
|
||||
var isPlatform: Boolean = false
|
||||
|
||||
Reference in New Issue
Block a user