misc: fmt

This commit is contained in:
2026-04-15 17:27:06 -04:00 Unverified
parent 5b4cd944c1
commit bcde443c65
8 changed files with 665 additions and 670 deletions
+3 -3
View File
@@ -5,9 +5,9 @@ public partial class BackButton : TextureButton {
private const string BRACKET_SCENE_PATH = "res://scenes/bracket_view.tscn";
public override void _Pressed() {
transitionToBracket();
base._Pressed();
transitionToBracket();
base._Pressed();
}
private void transitionToBracket() { GetTree().ChangeSceneToFile(BRACKET_SCENE_PATH); }
}
}