Title:
Feature: Support background Reference/Tracing Image on the canvas
Description:
To help modders recreate original game menus accurately, they need the ability to load a static blueprint image (mockup or screenshot) into the background of the canvas to trace over.
Tasks:
- Add a menu option / toolbar button to "Load Reference Image" (supporting PNG/JPG for now).
- Render this image on the
QGraphicsScene at the absolute lowest Z-Index (always behind all UI controls).
- Lock the image so it cannot be selected or accidentally moved by the user (
ItemIsSelectable = False).
- Ensure the parsing/saving logic completely ignores this background item so it doesn't get exported into the
.wnd file.
Acceptance Criteria:
Title:
Feature: Support background Reference/Tracing Image on the canvasDescription:
To help modders recreate original game menus accurately, they need the ability to load a static blueprint image (mockup or screenshot) into the background of the canvas to trace over.
Tasks:
QGraphicsSceneat the absolute lowest Z-Index (always behind all UI controls).ItemIsSelectable = False)..wndfile.Acceptance Criteria: