make scaling.gd utilize Options.gd scaling_mode variable, fix the other scaling modes

This commit is contained in:
Haze Weathers 2023-03-10 15:20:31 -05:00
parent 8452ebce66
commit ebac7e2da2
2 changed files with 30 additions and 19 deletions

View file

@ -68,6 +68,7 @@ func _set_fullscreen(value):
func _set_scaling_mode(value):
scaling_mode = value
get_tree().emit_signal("screen_resized") # force screen size update
func _set_transition_speed(value):
transition_speed = value