mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-09 05:55:54 +00:00
Spawning special rooms
This commit is contained in:
parent
56094e89a0
commit
6e26eb21b1
17 changed files with 502 additions and 54 deletions
|
|
@ -160,8 +160,11 @@ public partial class Minimap : CanvasLayer
|
|||
return type switch
|
||||
{
|
||||
RoomType.Boss => Colors.Red,
|
||||
RoomType.Shop => Colors.Gold,
|
||||
RoomType.Shop => Colors.DarkKhaki,
|
||||
RoomType.Regular => Colors.Blue,
|
||||
RoomType.Key => Colors.Purple,
|
||||
RoomType.Secret => Colors.Bisque,
|
||||
RoomType.Treasure => Colors.Gold,
|
||||
RoomType.Starter => Colors.Green,
|
||||
_ => Colors.DimGray
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue