Extensive work on the sideview and initial work on player profiles, inventory display, and renaming adventurerdata vs adventurer to adventurer vs adventurersprite

This commit is contained in:
2025-08-27 08:02:11 -04:00
parent 38845e26fa
commit 2a236ea041
55 changed files with 1975 additions and 417 deletions

View File

@@ -7,7 +7,7 @@ extends DialogicLayoutBase
@export var follow_viewport: bool = false
@export_subgroup("Global")
@export var global_bg_color: Color = Color(0, 0, 0, 0.9)
@export var global_bg_color: Color = Color(0.0, 0.0, 0.0, 0.9)
@export var global_font_color: Color = Color("white")
@export_file('*.ttf', '*.tres') var global_font: String = ""
@export var global_font_size: int = 18
@@ -17,5 +17,3 @@ func _apply_export_overrides() -> void:
# apply layer
set(&'layer', canvas_layer)
set(&'follow_viewport_enabled', follow_viewport)