Debug zombie spawner
This commit is contained in:
parent
116ebff0c2
commit
0fff33d196
69 changed files with 564 additions and 100 deletions
8
scripts/resources/ZombieResource.cs
Normal file
8
scripts/resources/ZombieResource.cs
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
using Godot;
|
||||
|
||||
[GlobalClass]
|
||||
public partial class ZombieResource : Resource
|
||||
{
|
||||
[Export] public int cost;
|
||||
[Export] public PackedScene scene;
|
||||
}
|
||||
1
scripts/resources/ZombieResource.cs.uid
Normal file
1
scripts/resources/ZombieResource.cs.uid
Normal file
|
|
@ -0,0 +1 @@
|
|||
uid://cqxj7o8hdm82n
|
||||
Loading…
Add table
Add a link
Reference in a new issue