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
2025-02-16 17:13:58 +00:00
Code
Activity
948234d7f3
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 15:32:57 +02:00
class_name
Enums
Make `Enums` inherit from `RefCounted` instead of `Node`
2024-04-28 17:37:59 +02:00
Add sacrifical stone for sheeps & ZIndex enum
2024-04-27 15:32:57 +02:00
enum
ZIndex
{
EntityAir
=
20
,
EntityGround
=
10
,
Props
=
0
,
Terrain
=
-
10
,
}
Copy permalink