File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ func set_replay_inputs(
4242 shoot_input : bool ,
4343 ads_input : bool ,
4444 reload_input : bool ,
45- ) -> void :
45+ ) -> void :
4646 replay_input_display .set_inputs (
4747 forward_input ,
4848 back_input ,
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ var _input_states := {
1818 & "reload" : false ,
1919}
2020
21- var _key_panels : Dictionary = {}
22- var _key_labels : Dictionary = {}
21+ var _key_panels : Dictionary = { }
22+ var _key_labels : Dictionary = { }
2323var _active_panel_style : StyleBoxFlat
2424var _inactive_panel_style : StyleBoxFlat
2525
@@ -47,7 +47,7 @@ func set_inputs(
4747 shoot_input : bool ,
4848 ads_input : bool ,
4949 reload_input : bool ,
50- ) -> void :
50+ ) -> void :
5151 _input_states [& "forward" ] = forward_input
5252 _input_states [& "back" ] = back_input
5353 _input_states [& "left" ] = left_input
Original file line number Diff line number Diff line change @@ -103,7 +103,9 @@ func set_frame(value: int) -> void:
103103 else :
104104 map .map_ui .set_speed (speed )
105105 map .map_ui .set_timer (current_frame * dt )
106- map .map_ui .set_replay_inputs (
106+ map \
107+ .map_ui \
108+ .set_replay_inputs (
107109 frame .forward_input ,
108110 frame .back_input ,
109111 frame .left_input ,
You can’t perform that action at this time.
0 commit comments