building templated
added corruption changed tile placement to base obj
This commit is contained in:
9
scripts/constants.gd
Normal file
9
scripts/constants.gd
Normal file
@@ -0,0 +1,9 @@
|
||||
extends Node
|
||||
class_name Constants
|
||||
|
||||
enum TilemapLayers {
|
||||
GROUND = 0,
|
||||
CURSOR = 1,
|
||||
ENVIRONMENT = 2,
|
||||
BUILDINGS = 3,
|
||||
}
|
||||
Reference in New Issue
Block a user