1
Fork 0
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:
Steffo 2024-04-28 17:37:59 +02:00
parent f79a358d72
commit e71d872a5f
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

View file

@ -1,7 +1,6 @@
extends Node
class_name Enums class_name Enums
enum ZIndex { enum ZIndex {
EntityAir = 20, EntityAir = 20,
EntityGround = 10, EntityGround = 10,