add theming support, fix ui issues, add ui scaling option
This commit is contained in:
parent
61806723ba
commit
1ced41d096
18 changed files with 259 additions and 49 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue