mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-10 21:25:54 +00:00
room positioning and door generator
This commit is contained in:
parent
59f98ebf0e
commit
5bfffc22ad
19 changed files with 571 additions and 17 deletions
10
Scripts/Enums/RoomType.cs
Normal file
10
Scripts/Enums/RoomType.cs
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
namespace Cirno.Scripts.Enums;
|
||||
|
||||
public enum RoomType
|
||||
{
|
||||
Starter,
|
||||
Regular,
|
||||
Secret,
|
||||
Shop,
|
||||
Boss
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue