add default palette to room config

This commit is contained in:
yuki 2025-11-25 17:18:41 -03:00
parent 508799552b
commit 70f0a52fa0

View file

@ -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.