Skip to content

Commit 5034336

Browse files
committed
fix: add a newline for better code readability in MainScene
1 parent 0f03d05 commit 5034336

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

squash-the-creeps/rust/src/main_scene.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ impl INode for MainScene {
3535
.hit()
3636
.connect_other(&self.to_gd(), Self::on_player_hit);
3737
}
38+
3839
fn unhandled_input(&mut self, event: Gd<InputEvent>) {
3940
if event.is_action_pressed("ui_accept")
4041
&& self

0 commit comments

Comments
 (0)