diff options
Diffstat (limited to 'apps/plugins/puzzles/inertia.R')
| -rw-r--r-- | apps/plugins/puzzles/inertia.R | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/apps/plugins/puzzles/inertia.R b/apps/plugins/puzzles/inertia.R new file mode 100644 index 0000000..e6e86be --- /dev/null +++ b/apps/plugins/puzzles/inertia.R @@ -0,0 +1,19 @@ +# -*- makefile -*- + +inertia : [X] GTK COMMON inertia inertia-icon|no-icon + +inertia : [G] WINDOWS COMMON inertia inertia.res|noicon.res + +ALL += inertia[COMBINED] + +!begin am gtk +GAMES += inertia +!end + +!begin >list.c + A(inertia) \ +!end + +!begin >gamedesc.txt +inertia:inertia.exe:Inertia:Gem-collecting puzzle:Collect all the gems without running into any of the mines. +!end |