Wave display
This commit is contained in:
parent
0e9e17cfdc
commit
96e6a20e95
10 changed files with 188 additions and 5 deletions
|
|
@ -1,8 +1,11 @@
|
|||
using Godot;
|
||||
using Godot.Collections;
|
||||
|
||||
[GlobalClass]
|
||||
[Tool]
|
||||
public partial class WaveData : Resource
|
||||
{
|
||||
|
||||
[Export] private Array<ZombieResource> zombiesDisordered;
|
||||
[Export] private Array<ZombieRowSpawn> zombiesOrdered;
|
||||
[Export] private Array<FieldSpawn> spawns;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue