add default palette to room config
This commit is contained in:
parent
508799552b
commit
70f0a52fa0
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ class_name RoomConfig extends Resource
|
|||
## Color of the canvas modulate.
|
||||
@export var modulate_color: Color
|
||||
## Color palette for the room.
|
||||
@export var room_palette: Texture2D
|
||||
@export var room_palette: Texture2D = preload("uid://h5523ru86vrd")
|
||||
|
||||
@export_group('Room Loop')
|
||||
## Whether the room loops itself or not.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue