Files
CosmicClash/Game/tools/gpu_profile_harness.tscn
T
Josh Creek 04691aaa48 chore(multiplayer): Phase 0 refactors + graphics/perf settings groundwork
Lands the non-networked Phase 0 tasks from multiplayer-todo.md (ship/camera/
arena refactors, sim constants, background FPS handling) plus a first pass
at exposing graphics/performance settings (presets, resolution scaling,
vsync, FPS cap, perf overlay) and a GPU profiling harness for the
real-hardware follow-up in task 0.15b.
2026-08-19 22:37:17 +01:00

7 lines
199 B
Plaintext

[gd_scene load_steps=2 format=3]
[ext_resource type="Script" path="res://tools/gpu_profile_harness.gd" id="1_harness"]
[node name="GpuProfileHarness" type="Node"]
script = ExtResource("1_harness")