Skip to content

Commit

Permalink
adds scrolling dialog module
Browse files Browse the repository at this point in the history
  • Loading branch information
ericoporto committed Jan 26, 2020
1 parent 3081adf commit 7e1f222
Show file tree
Hide file tree
Showing 9 changed files with 1,342 additions and 1,013 deletions.
27 changes: 27 additions & 0 deletions __js/agsmodules.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@ var agsModules = [
"version": "1.0.0",
"author": "QCPolmer"
},
{
"id": "arrowselect",
"name": "ArrowSelect",
"text": "Select things using arrows keys or joystick hat, things can be characters/hotspot/objects/GUIs.",
"forum": "https://www.adventuregamestudio.co.uk/forums/index.php?topic=57379.0",
"version": "0.5.0",
"author": "eri0o"
},
{
"id": "backgroundspeech",
"name": "Background Speech",
Expand Down Expand Up @@ -194,6 +202,15 @@ var agsModules = [
"version": "1.0.0",
"author": "monkey0506"
},
{
"id": "mathsplus",
"name": "MathsPlus",
"text": "Maths Plus more math functions module.",
"forum": "https://www.adventuregamestudio.co.uk/forums/index.php?topic=27930.0",
"original_download": "https://sites.google.com/site/monkey0506/ScrollingDialog-3.0.rar?attredirects=0&d=1",
"version": "1.0.0",
"author": "monkey0506"
},
{
"id": "multiresponse",
"name": "MultiResponse",
Expand All @@ -218,6 +235,16 @@ var agsModules = [
"version": "4.1.0",
"author": "monkey0506"
},
{
"id": "scrollingdialog",
"name": "ScrollingDialog",
"text": "Scrolling Dialog module.",
"forum": "https://www.adventuregamestudio.co.uk/forums/index.php?topic=27930.0",
"original_download": "https://sites.google.com/site/monkey0506/ScrollingDialog-3.0.rar?attredirects=0&d=1",
"version": "3.0.0",
"author": "monkey0506",
"depends": "mathsplus"
},
{
"id": "shadow",
"name": "Shadow",
Expand Down
27 changes: 27 additions & 0 deletions index/package_index.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@
"version": "1.0.0",
"author": "QCPolmer"
},
{
"id": "arrowselect",
"name": "ArrowSelect",
"text": "Select things using arrows keys or joystick hat, things can be characters/hotspot/objects/GUIs.",
"forum": "https://www.adventuregamestudio.co.uk/forums/index.php?topic=57379.0",
"version": "0.5.0",
"author": "eri0o"
},
{
"id": "backgroundspeech",
"name": "Background Speech",
Expand Down Expand Up @@ -194,6 +202,15 @@
"version": "1.0.0",
"author": "monkey0506"
},
{
"id": "mathsplus",
"name": "MathsPlus",
"text": "Maths Plus more math functions module.",
"forum": "https://www.adventuregamestudio.co.uk/forums/index.php?topic=27930.0",
"original_download": "https://sites.google.com/site/monkey0506/ScrollingDialog-3.0.rar?attredirects=0&d=1",
"version": "1.0.0",
"author": "monkey0506"
},
{
"id": "multiresponse",
"name": "MultiResponse",
Expand All @@ -218,6 +235,16 @@
"version": "4.1.0",
"author": "monkey0506"
},
{
"id": "scrollingdialog",
"name": "ScrollingDialog",
"text": "Scrolling Dialog module.",
"forum": "https://www.adventuregamestudio.co.uk/forums/index.php?topic=27930.0",
"original_download": "https://sites.google.com/site/monkey0506/ScrollingDialog-3.0.rar?attredirects=0&d=1",
"version": "3.0.0",
"author": "monkey0506",
"depends": "mathsplus"
},
{
"id": "shadow",
"name": "Shadow",
Expand Down
Loading

0 comments on commit 7e1f222

Please sign in to comment.