| Updated Version

|    
|    (   You're reading the Run file of   (
|     )    ___ _                           )
|    (    / __(_)__ _ _ _  _  _ _ __      (
|     )   \__ \ / _` | ' \| || | '  \      )
|    (    |___/_\__, |_||_|\_,_|_|_|_|    (
|     )         |___/                      )
|    (                                    (
|     )      7H3 F1R$7 4RN 3M          )
|    (          Y  3XPR3$$1N            (
|     )                                    )
|    (  Remember: Spread only unchanged!  (
|    

| Runs not on every RISC OS 2 machine ;-)
RMEnsure UtilityModule 3.10 Error This demo is designed to run on RISC OS 3.10 or higher (it uses ROM fonts and some modules). Only cool guys can start it on ROS2.

Set Signum$Dir <Obey$Dir>
IconSprites <Signum$Dir>.!Sprites

| cool modules by John Kortink and BASS
RMLoad <Signum$Dir>.Datas.LZW
RMLoad <Signum$Dir>.Datas.DSymPlay

| a cool font by Brisco
FontInstall <Signum$Dir>.
FontInstall

| for memory allocation
WimpSlot -min 1888k -max 1888k
| and for RunImage
WimpSlot -min 96k -max 96k

| Die Spiele knnen beginnen
Run <Signum$Dir>.!RunImage

