Files
metabuilder/gameengine/CMakeUserPresets.json
T
git a12c575a7e Add Q3 pickups draw step and hit UI
Introduce a new Quake3 pickups draw workflow step to render in-world pickup icons and register it: add WorkflowQ3PickupsDrawStep (header + implementation), register the step in WorkflowRegistrar, and include the source in CMakeLists. Update the q3_frame workflow JSON to insert a draw_pickups node into the frame graph. Enhance the overlay to show weapon damage in the HUD and draw weapon/hit visuals, and update weapon logic to mark hits and accumulate damage (q3.last_shot_hit, q3.hit_marker_until_frame, q3.damage_done). Also fix trailing newline in CMakeUserPresets.json.
2026-05-02 21:36:40 +01:00

10 lines
145 B
JSON

{
"version": 4,
"vendor": {
"conan": {}
},
"include": [
"build-ninja/build/generators/CMakePresets.json"
]
}