Zombie editor
This commit is contained in:
parent
ac53681493
commit
76ce71bf44
23 changed files with 435 additions and 25 deletions
|
|
@ -1,5 +1,6 @@
|
|||
using Godot;
|
||||
|
||||
[Tool]
|
||||
public partial class DisplayResource : Resource
|
||||
{
|
||||
[Export] public string name_key;
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
using Godot;
|
||||
|
||||
[GlobalClass]
|
||||
[Tool]
|
||||
public partial class ZombieResource : DisplayResource
|
||||
{
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue