Zombie editor
This commit is contained in:
parent
623362e430
commit
7d1ca26baa
23 changed files with 435 additions and 25 deletions
|
|
@ -5,6 +5,6 @@ using Godot.Collections;
|
|||
[Tool]
|
||||
public partial class WaveData : Resource
|
||||
{
|
||||
[Export] private Array<RowSpawn> zombiesOrdered;
|
||||
[Export] private Array<WaveEvent> spawns;
|
||||
[Export] public Array<RowSpawn> zombiesOrdered;
|
||||
[Export] public Array<WaveEvent> spawns;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue