summaryrefslogtreecommitdiff
path: root/apps/plugins/puzzles/src/inertia.R
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/puzzles/src/inertia.R')
-rw-r--r--apps/plugins/puzzles/src/inertia.R19
1 files changed, 19 insertions, 0 deletions
diff --git a/apps/plugins/puzzles/src/inertia.R b/apps/plugins/puzzles/src/inertia.R
new file mode 100644
index 0000000000..e6e86beaec
--- /dev/null
+++ b/apps/plugins/puzzles/src/inertia.R
@@ -0,0 +1,19 @@
1# -*- makefile -*-
2
3inertia : [X] GTK COMMON inertia inertia-icon|no-icon
4
5inertia : [G] WINDOWS COMMON inertia inertia.res|noicon.res
6
7ALL += inertia[COMBINED]
8
9!begin am gtk
10GAMES += inertia
11!end
12
13!begin >list.c
14 A(inertia) \
15!end
16
17!begin >gamedesc.txt
18inertia:inertia.exe:Inertia:Gem-collecting puzzle:Collect all the gems without running into any of the mines.
19!end