add theming support, fix ui issues, add ui scaling option

This commit is contained in:
Persephone Bubblegum-Holiday 2025-08-13 00:21:27 -07:00
parent 61806723ba
commit 1ced41d096
18 changed files with 259 additions and 49 deletions

View file

@ -13,4 +13,7 @@ corner_radius_bottom_right = 4
corner_radius_bottom_left = 4
[resource]
EditorBG/colors/color = Color(0.188235, 0.188235, 0.188235, 1)
MovementOff/colors/color = Color(0.0941176, 0.0941176, 0.0941176, 1)
MovementOn/colors/color = Color(0, 1, 0, 1)
Panel/styles/panel = SubResource("StyleBoxFlat_6oevq")