mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-12 21:35:55 +00:00
Roguelike map
This commit is contained in:
parent
a005e3c480
commit
e1496c9228
18 changed files with 226 additions and 101 deletions
9
Scripts/Enums/GameMode.cs
Normal file
9
Scripts/Enums/GameMode.cs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
namespace Cirno.Scripts.Enums;
|
||||
|
||||
public enum GameMode
|
||||
{
|
||||
Game,
|
||||
Roguelite,
|
||||
BossRush,
|
||||
SpellCard
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue