forked from iiyo/WebStory-Engine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
scripts.json
49 lines (44 loc) · 1.49 KB
/
scripts.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"files": [
"js/libs/Squiddle.js",
"js/libs/STEINBECK.Keys.js",
"js/libs/MO5.js",
"js/WSE.js",
"js/WSE.tools.js",
"js/WSE.datasources.LocalStorage.js",
"js/WSE.Trigger.js",
"js/WSE.Game.js",
"js/WSE.Interpreter.js",
"js/WSE.tools.ui.js",
"js/WSE.services.gamedata.XML.js",
"js/WSE.services.gamedata.Web.js",
"js/WSE.assets.mixins.displayable.flash.js",
"js/WSE.assets.mixins.displayable.flicker.js",
"js/WSE.assets.mixins.displayable.hide.js",
"js/WSE.assets.mixins.displayable.move.js",
"js/WSE.assets.mixins.displayable.show.js",
"js/WSE.assets.Animation.js",
"js/WSE.assets.Audio.js",
"js/WSE.assets.Character.js",
"js/WSE.assets.Curtain.js",
"js/WSE.assets.Imagepack.js",
"js/WSE.assets.Textbox.js",
"js/WSE.assets.Background.js",
"js/WSE.commands.assets.js",
"js/WSE.commands.break.js",
"js/WSE.commands.choice.js",
"js/WSE.commands.do.js",
"js/WSE.commands.fn.js",
"js/WSE.commands.global.js",
"js/WSE.commands.globalize.js",
"js/WSE.commands.goto.js",
"js/WSE.commands.line.js",
"js/WSE.commands.localize.js",
"js/WSE.commands.options.js",
"js/WSE.commands.restart.js",
"js/WSE.commands.sub.js",
"js/WSE.commands.trigger.js",
"js/WSE.commands.var.js",
"js/WSE.commands.wait.js"
]
}