mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 11:15:33 +00:00
Map start system
This commit is contained in:
parent
4abab60eac
commit
7acc344986
11 changed files with 323 additions and 41 deletions
11
Scripts/Resources/DebugMenu/DebugMapSelectData.cs
Normal file
11
Scripts/Resources/DebugMenu/DebugMapSelectData.cs
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
using Godot;
|
||||
using Godot.Collections;
|
||||
|
||||
namespace Cirno.Scripts.Resources.DebugMenu;
|
||||
|
||||
[GlobalClass]
|
||||
public partial class DebugMapSelectData : Resource
|
||||
{
|
||||
[Export]
|
||||
public Array<DebugMenu.DebugMapSelectResource> Maps { get; private set; }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue