1
Fork 0
mirror of https://github.com/Steffo99/hella-farm.git synced 2024-10-16 22:37:34 +00:00
hella-farm/enums.gd

12 lines
172 B
GDScript

class_name Enums
enum ZIndex {
EntityAir = 10,
EntitySacrifice = 5,
EntityGround = 0,
Gold = -5,
Props = -10,
Flowers = -20,
Terrain = -30,
}