mirror of
https://github.com/Steffo99/hella-farm.git
synced 2024-11-21 15:44:23 +00:00
12 lines
172 B
GDScript
12 lines
172 B
GDScript
class_name Enums
|
|
|
|
|
|
enum ZIndex {
|
|
EntityAir = 10,
|
|
EntitySacrifice = 5,
|
|
EntityGround = 0,
|
|
Gold = -5,
|
|
Props = -10,
|
|
Flowers = -20,
|
|
Terrain = -30,
|
|
}
|