mirror of
https://github.com/Steffo99/hella-farm.git
synced 2025-02-16 17:13:58 +00:00
9 lines
112 B
GDScript
9 lines
112 B
GDScript
class_name Enums
|
|
|
|
|
|
enum ZIndex {
|
|
EntityAir = 20,
|
|
EntityGround = 10,
|
|
Props = 0,
|
|
Terrain = -10,
|
|
}
|