mirror of
https://github.com/Steffo99/hella-farm.git
synced 2024-11-24 17:14:23 +00:00
Make Enums
inherit from RefCounted
instead of Node
This commit is contained in:
parent
f79a358d72
commit
e71d872a5f
1 changed files with 1 additions and 2 deletions
3
enums.gd
3
enums.gd
|
@ -1,7 +1,6 @@
|
||||||
extends Node
|
|
||||||
|
|
||||||
class_name Enums
|
class_name Enums
|
||||||
|
|
||||||
|
|
||||||
enum ZIndex {
|
enum ZIndex {
|
||||||
EntityAir = 20,
|
EntityAir = 20,
|
||||||
EntityGround = 10,
|
EntityGround = 10,
|
||||||
|
|
Loading…
Reference in a new issue