11 lines
346 B
Python
11 lines
346 B
Python
|
|
# McRogueFace Cookbook - Compound Widget Demos
|
||
|
|
"""
|
||
|
|
Complex UI patterns combining multiple widgets.
|
||
|
|
|
||
|
|
Demos:
|
||
|
|
shop_demo.py - Multi-grid item transfer with equipment slots
|
||
|
|
inventory_demo.py - Grid-based inventory with drag & drop
|
||
|
|
|
||
|
|
These demos build on the primitives and lib/ widgets to show
|
||
|
|
how to compose sophisticated game interfaces.
|
||
|
|
"""
|