aboutsummaryrefslogtreecommitdiff
path: root/extensions/prboom/menu.json
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/prboom/menu.json')
-rw-r--r--extensions/prboom/menu.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/extensions/prboom/menu.json b/extensions/prboom/menu.json
new file mode 100644
index 0000000..3d8ed33
--- /dev/null
+++ b/extensions/prboom/menu.json
@@ -0,0 +1,15 @@
1{
2 "items": [
3 {
4 "name": "Simon's Fun Land",
5 "items": [
6 {
7 "name": "PrBoom",
8 "action": "./run.sh",
9 "refresh": false,
10 "exitmenu": false
11 }
12 ]
13 }
14 ]
15 } \ No newline at end of file