mirror of
https://github.com/Steffo99/hella-farm.git
synced 2024-11-24 09:04:22 +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
|
||||
|
||||
|
||||
enum ZIndex {
|
||||
EntityAir = 20,
|
||||
EntityGround = 10,
|
||||
|
|
Loading…
Reference in a new issue