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

13 lines
172 B
GDScript3
Raw Normal View History

class_name Enums
enum ZIndex {
2024-04-29 01:20:27 +00:00
EntityAir = 10,
EntitySacrifice = 5,
EntityGround = 0,
Gold = -5,
Props = -10,
Flowers = -20,
Terrain = -30,
}