This website requires JavaScript.
Explore
Help
Sign in
ld55
/
hella-farm
Watch
1
Fork
You've already forked hella-farm
0
mirror of
https://github.com/Steffo99/hella-farm.git
synced
2024-11-21 23:54:23 +00:00
Code
Activity
f4993f43e2
hella-farm
/
enums.gd
10 lines
112 B
GDScript3
Raw
Normal View
History
Unescape
Escape
Add sacrifical stone for sheeps & ZIndex enum
2024-04-27 13:32:57 +00:00
class_name
Enums
Make `Enums` inherit from `RefCounted` instead of `Node`
2024-04-28 15:37:59 +00:00
Add sacrifical stone for sheeps & ZIndex enum
2024-04-27 13:32:57 +00:00
enum
ZIndex
{
EntityAir
=
20
,
EntityGround
=
10
,
Props
=
0
,
Terrain
=
-
10
,
}
Copy permalink