1
Fork 0
mirror of https://github.com/Steffo99/hella-farm.git synced 2024-11-21 23:54:23 +00:00
hella-farm/enums.gd

10 lines
136 B
GDScript

class_name Enums
enum ZIndex {
EntityAir = 20,
EntityGround = 10,
SacrificeStone = 5,
Props = 0,
Terrain = -10,
}