Basics
This commit is contained in:
parent
c8956dc38b
commit
0e9e17cfdc
20 changed files with 267 additions and 1 deletions
11
addons/pvzadventure/AdventureLevelResource.cs
Normal file
11
addons/pvzadventure/AdventureLevelResource.cs
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
using Godot;
|
||||
using Godot.Collections;
|
||||
|
||||
[GlobalClass]
|
||||
[Tool]
|
||||
public partial class AdventureLevelResource : Resource
|
||||
{
|
||||
[Export] public float startSun;
|
||||
//[Export] public Array<Conditions> conditions;
|
||||
[Export] public Array<WaveData> waves;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue