9 lines
291 B
Python
9 lines
291 B
Python
|
|
# McRogueFace Cookbook - Feature Demos
|
||
|
|
"""
|
||
|
|
Showcase demos for new and advanced features.
|
||
|
|
|
||
|
|
- demo_shaders.py - GLSL shader effects
|
||
|
|
- demo_rotation.py - Transform rotation and origin
|
||
|
|
- demo_alignment.py - 9-point alignment system
|
||
|
|
- demo_animation_chain.py - Animation Chain/Group patterns
|
||
|
|
"""
|