Preliminary work on quest generation done

This commit is contained in:
2025-08-04 21:12:30 -04:00
parent a7b41f0a06
commit 2c99ece532
19 changed files with 609 additions and 34 deletions

13
styles/primary_theme.tres Normal file
View File

@@ -0,0 +1,13 @@
[gd_resource type="Theme" load_steps=3 format=3 uid="uid://dj45k1nfllyvv"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_jefkq"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_vtk5i"]
content_margin_right = 30.0
bg_color = Color(0.4435923, 0.34591806, 3.85046e-07, 1)
border_color = Color(0.6875509, 9.722412e-05, 0.5842363, 1)
corner_detail = 1
[resource]
ScrollContainer/styles/focus = SubResource("StyleBoxFlat_jefkq")
VScrollBar/styles/scroll = SubResource("StyleBoxFlat_vtk5i")