Updates theme files to include more classes and styles

Updates theme files for dark and light
This commit is contained in:
MacDugRPG
2022-03-06 14:58:55 -05:00
parent 10860a0b71
commit 9828adff9e
4 changed files with 192 additions and 7 deletions

View File

@ -7,3 +7,6 @@ extends Control
# Called when the node enters the scene tree for the first time.
func _ready() -> void:
$VBoxContainer/But_NewGame.grab_focus()
#DKM TEMP: for testing only -- this will be set in settings
#theme=load("res://assets/ui_controlNode_light_theme.tres")
theme=load("res://assets/ui_controlNode_dark_theme.tres")