1
Fork 0
mirror of https://github.com/Steffo99/hella-farm.git synced 2024-11-21 23:54:23 +00:00
hella-farm/enums.gd
2024-04-27 15:32:57 +02:00

10 lines
125 B
GDScript

extends Node
class_name Enums
enum ZIndex {
EntityAir = 20,
EntityGround = 10,
Props = 0,
Terrain = -10,
}