mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-10-22 15:38:14 +00:00
choppy firebars
This commit is contained in:
@@ -61,7 +61,8 @@ var file := {
|
||||
"bridge_animation": 0,
|
||||
"visible_timers": 0,
|
||||
"transition_animation": 0,
|
||||
"colour_pipes": 1
|
||||
"colour_pipes": 1,
|
||||
"firebar_style": 0
|
||||
},
|
||||
"difficulty":
|
||||
{
|
||||
|
@@ -48,6 +48,9 @@ func transition_style_changed(new_value := 0) -> void:
|
||||
Global.fade_transition = bool(new_value)
|
||||
Settings.file.visuals.transition_animation = new_value
|
||||
|
||||
func firebar_style_changed(new_value := 0) -> void:
|
||||
Settings.file.visuals.firebar_style = new_value
|
||||
|
||||
func set_value(value_name := "", value = null) -> void:
|
||||
{
|
||||
"parallax_style": parallax_style_changed,
|
||||
@@ -63,5 +66,6 @@ func set_value(value_name := "", value = null) -> void:
|
||||
"resource_packs": resource_pack_loaded,
|
||||
"bridge_animation": bridge_changed,
|
||||
"transition_animation": transform_style_changed,
|
||||
"colour_pipes": colourful_pipes_changed
|
||||
"colour_pipes": colourful_pipes_changed,
|
||||
"firebar_style": firebar_style_changed
|
||||
}[value_name].call(value)
|
||||
|
Reference in New Issue
Block a user