Survival mode ready

This commit is contained in:
Rendo 2025-06-26 20:18:19 +05:00
commit 7614b12076
50 changed files with 586 additions and 81 deletions

View file

@ -3,6 +3,8 @@ using Godot;
[GlobalClass]
public partial class ZombieResource : Resource
{
[Export] public int cost;
[Export] public float cost;
[Export] public PackedScene scene;
public string internal_id;
}