Survival mode ready
This commit is contained in:
parent
0fff33d196
commit
7614b12076
50 changed files with 586 additions and 81 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue