Disordered editor start
This commit is contained in:
parent
24be556e38
commit
f9a3a5427c
18 changed files with 223 additions and 17 deletions
7
addons/pvzadventure/scripts/DisorderedEditor.cs
Normal file
7
addons/pvzadventure/scripts/DisorderedEditor.cs
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
using Godot;
|
||||
|
||||
[Tool]
|
||||
public partial class DisorderedEditor : ScrollContainer
|
||||
{
|
||||
public WaveData editedWave;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue