mirror of
https://github.com/Steffo99/hella-farm.git
synced 2024-11-21 23:54:23 +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,
|
|
}
|