shadow toggling
This commit is contained in:
parent
b98057007b
commit
ac94a2c2ed
21 changed files with 400 additions and 354 deletions
|
@ -18,6 +18,9 @@ var stage
|
|||
func _ready() -> void:
|
||||
stage = FreeRoamMaps.MapIndex[get_node("../").current_map]["stage"]
|
||||
|
||||
if (Globalvariables.shadows == 0):
|
||||
get_tree().set_group("lights", "shadow_enabled", false)
|
||||
|
||||
set_theme(load(Globalvariables.theme_index[Globalvariables.theme]))
|
||||
|
||||
var cosmetics_offset = 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue