Zombie editor

This commit is contained in:
Rendo 2025-07-16 04:11:26 +05:00
commit 7d1ca26baa
23 changed files with 435 additions and 25 deletions

View file

@ -1,5 +1,6 @@
using Godot;
[Tool]
public partial class DisplayResource : Resource
{
[Export] public string name_key;

View file

@ -1,6 +1,7 @@
using Godot;
[GlobalClass]
[Tool]
public partial class ZombieResource : DisplayResource
{
}