feat: tracer bullet — greybox arena, positioning piloting, auto-fire KINETIC weapon

One-screen 640x360 arena (walls, grid floor, fixed view), mech with
positioning-only movement (WASD/arrows, accel/decel, no aim), auto-fire
KINETIC hardpoint (nearest-target, visible range ring) firing slugs
that damage + knock back, untagged grunt trickle spawner with contact
damage, hull bar HUD, scene-reload on hull zero.

Headless smoke gate: tests/smoke.tscn asserts boot, piloting movement,
spawning, input-free auto-fire, grunt lethality, knockback displacement.
3/3 passes on nh3-dev headless 4.7.1.
This commit is contained in:
vh
2026-08-06 22:21:10 -07:00
parent df9236f403
commit 380088c694
20 changed files with 512 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
[gd_scene load_steps=2 format=3]
[ext_resource type="Script" path="res://tests/smoke.gd" id="1"]
[node name="Smoke" type="Node"]
script = ExtResource("1")