fix labels that do not match program style
This commit is contained in:
parent
5f157f386f
commit
3778dfb3f9
16 changed files with 56 additions and 43 deletions
|
@ -18,10 +18,10 @@ var stage
|
|||
func _ready() -> void:
|
||||
stage = FreeRoamMaps.MapIndex[get_node("../").current_map]["stage"]
|
||||
|
||||
if (Globalvariables.shadows == 0):
|
||||
if (GlobalVariables.shadows == 0):
|
||||
get_tree().set_group("lights", "shadow_enabled", false)
|
||||
|
||||
set_theme(load(Globalvariables.theme_index[Globalvariables.theme]))
|
||||
set_theme(load(GlobalVariables.theme_index[GlobalVariables.theme]))
|
||||
|
||||
var cosmetics_offset = 0
|
||||
var cosmetics_count = 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue