diff options
Diffstat (limited to 'examples/gui/sprites/readme.txt')
-rw-r--r-- | examples/gui/sprites/readme.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/gui/sprites/readme.txt b/examples/gui/sprites/readme.txt new file mode 100644 index 00000000..058d8d09 --- /dev/null +++ b/examples/gui/sprites/readme.txt @@ -0,0 +1,14 @@ + +This was a quick port of the Lazarus Sprites demo. It was simply out of +curiosity to see how it would work under fpGUI. It actually works better +than under Lazarus LCL! :-) + +Keyboard controls available in the demo: + d - enable debug mode (currently shows the timer interval) + PgUp - increments the timer interval (jumpy animation) + PgDn - decrements the timer interval (smoother animation) + Esc - quits the application + + ---------- END ------------- + + |