feat(*): Add bot selection, score HUD, and winner reveal to matches, replace HUD text with aircraft-style flight instruments, and fix camera judder

This commit is contained in:
Josh Creek
2026-07-20 07:12:09 +01:00
parent 48369c50dc
commit 240e362f2f
20 changed files with 653 additions and 91 deletions
+2 -2
View File
@@ -6,8 +6,8 @@
[node name="Spectate" type="Node3D"]
script = ExtResource("1_s")
bot_a_model_path = "res://bots/run02.json"
bot_b_model_path = "res://bots/run01.json"
bot_a_model_path = "res://bots/run05.json"
bot_b_model_path = "res://bots/run05.json"
[node name="Arena" parent="." instance=ExtResource("2_s")]