mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-10-22 15:38:14 +00:00
skid particles + extra particles setting
This commit is contained in:
@@ -51,6 +51,9 @@ func transition_style_changed(new_value := 0) -> void:
|
||||
func firebar_style_changed(new_value := 0) -> void:
|
||||
Settings.file.visuals.firebar_style = new_value
|
||||
|
||||
func extra_particles(new_value := 0) -> void:
|
||||
Settings.file.visuals.extra_particles = new_value
|
||||
|
||||
func set_value(value_name := "", value = null) -> void:
|
||||
{
|
||||
"parallax_style": parallax_style_changed,
|
||||
@@ -67,5 +70,6 @@ func set_value(value_name := "", value = null) -> void:
|
||||
"bridge_animation": bridge_changed,
|
||||
"transition_animation": transform_style_changed,
|
||||
"colour_pipes": colourful_pipes_changed,
|
||||
"firebar_style": firebar_style_changed
|
||||
"firebar_style": firebar_style_changed,
|
||||
"extra_particles": extra_particles
|
||||
}[value_name].call(value)
|
||||
|
Reference in New Issue
Block a user