Skip to content

Commit 7e1f222

Browse files
committed
adds scrolling dialog module
1 parent 3081adf commit 7e1f222

File tree

9 files changed

+1342
-1013
lines changed

9 files changed

+1342
-1013
lines changed

__js/agsmodules.js

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,14 @@ var agsModules = [
2525
"version": "1.0.0",
2626
"author": "QCPolmer"
2727
},
28+
{
29+
"id": "arrowselect",
30+
"name": "ArrowSelect",
31+
"text": "Select things using arrows keys or joystick hat, things can be characters/hotspot/objects/GUIs.",
32+
"forum": "https://www.adventuregamestudio.co.uk/forums/index.php?topic=57379.0",
33+
"version": "0.5.0",
34+
"author": "eri0o"
35+
},
2836
{
2937
"id": "backgroundspeech",
3038
"name": "Background Speech",
@@ -194,6 +202,15 @@ var agsModules = [
194202
"version": "1.0.0",
195203
"author": "monkey0506"
196204
},
205+
{
206+
"id": "mathsplus",
207+
"name": "MathsPlus",
208+
"text": "Maths Plus more math functions module.",
209+
"forum": "https://www.adventuregamestudio.co.uk/forums/index.php?topic=27930.0",
210+
"original_download": "https://sites.google.com/site/monkey0506/ScrollingDialog-3.0.rar?attredirects=0&d=1",
211+
"version": "1.0.0",
212+
"author": "monkey0506"
213+
},
197214
{
198215
"id": "multiresponse",
199216
"name": "MultiResponse",
@@ -218,6 +235,16 @@ var agsModules = [
218235
"version": "4.1.0",
219236
"author": "monkey0506"
220237
},
238+
{
239+
"id": "scrollingdialog",
240+
"name": "ScrollingDialog",
241+
"text": "Scrolling Dialog module.",
242+
"forum": "https://www.adventuregamestudio.co.uk/forums/index.php?topic=27930.0",
243+
"original_download": "https://sites.google.com/site/monkey0506/ScrollingDialog-3.0.rar?attredirects=0&d=1",
244+
"version": "3.0.0",
245+
"author": "monkey0506",
246+
"depends": "mathsplus"
247+
},
221248
{
222249
"id": "shadow",
223250
"name": "Shadow",

index/package_index.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,14 @@
2525
"version": "1.0.0",
2626
"author": "QCPolmer"
2727
},
28+
{
29+
"id": "arrowselect",
30+
"name": "ArrowSelect",
31+
"text": "Select things using arrows keys or joystick hat, things can be characters/hotspot/objects/GUIs.",
32+
"forum": "https://www.adventuregamestudio.co.uk/forums/index.php?topic=57379.0",
33+
"version": "0.5.0",
34+
"author": "eri0o"
35+
},
2836
{
2937
"id": "backgroundspeech",
3038
"name": "Background Speech",
@@ -194,6 +202,15 @@
194202
"version": "1.0.0",
195203
"author": "monkey0506"
196204
},
205+
{
206+
"id": "mathsplus",
207+
"name": "MathsPlus",
208+
"text": "Maths Plus more math functions module.",
209+
"forum": "https://www.adventuregamestudio.co.uk/forums/index.php?topic=27930.0",
210+
"original_download": "https://sites.google.com/site/monkey0506/ScrollingDialog-3.0.rar?attredirects=0&d=1",
211+
"version": "1.0.0",
212+
"author": "monkey0506"
213+
},
197214
{
198215
"id": "multiresponse",
199216
"name": "MultiResponse",
@@ -218,6 +235,16 @@
218235
"version": "4.1.0",
219236
"author": "monkey0506"
220237
},
238+
{
239+
"id": "scrollingdialog",
240+
"name": "ScrollingDialog",
241+
"text": "Scrolling Dialog module.",
242+
"forum": "https://www.adventuregamestudio.co.uk/forums/index.php?topic=27930.0",
243+
"original_download": "https://sites.google.com/site/monkey0506/ScrollingDialog-3.0.rar?attredirects=0&d=1",
244+
"version": "3.0.0",
245+
"author": "monkey0506",
246+
"depends": "mathsplus"
247+
},
221248
{
222249
"id": "shadow",
223250
"name": "Shadow",

0 commit comments

Comments
 (0)