What problem does it solve? Building consistent retro pixel-art game UIs in the UrhoX engine requires manually coordinating fonts, colors, shadows, and component styles across dozens of widgets, which is error-prone and slow. ## Core Features & Use Cases - Complete PixelForge Theme: Provides a ready-to-use Lua theme table covering colors, shadows, radius, and per-component defaults for 30+ UrhoX widgets (Button, Modal, Table, Tabs, Dropdown, etc.). - Pixel Font Setup: Ships Fusion Pixel font XML configs and instructions for installing proportional, bold, and monospaced variants into project assets. - Design Token Reference: Includes a full token table (colors, spacing, shadows, component states) so generated UI stays consistent with the 8-bit aesthetic. - Use Case: Ask the AI to create an inventory screen or settings modal in pixel-art style, and it produces UrhoX Lua code using the PixelForge theme with sharp corners, 2px strokes, and hard drop shadows. ## Quick Start Ask the AI to create a pixel-art style settings menu with buttons, toggles, and a slider using the PixelForge theme in UrhoX Lua.