Disordered editor start
This commit is contained in:
parent
24be556e38
commit
f9a3a5427c
18 changed files with 223 additions and 17 deletions
12
addons/pvzadventure/RowSpawn.cs
Normal file
12
addons/pvzadventure/RowSpawn.cs
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
using Godot;
|
||||
|
||||
[Tool]
|
||||
public partial class RowSpawn : Resource
|
||||
{
|
||||
[Export] public SpawnInfo zombie1;
|
||||
[Export] public SpawnInfo zombie2;
|
||||
[Export] public SpawnInfo zombie3;
|
||||
[Export] public SpawnInfo zombie4;
|
||||
[Export] public SpawnInfo zombie5;
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue