-
Notifications
You must be signed in to change notification settings - Fork 20
/
twitchAPI.project.gmx
53 lines (53 loc) · 1.79 KB
/
twitchAPI.project.gmx
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
50
51
52
53
<!--This Document is generated by GameMaker, if you edit it by hand then you do so at your own risk!-->
<assets>
<Configs name="configs">
<Config>Configs\Default</Config>
</Configs>
<datafiles number="1" name="datafiles"/>
<NewExtensions/>
<sounds name="sound"/>
<sprites name="sprites">
<sprite>sprites\spr_palette</sprite>
</sprites>
<backgrounds name="background">
<background>background\bg_default</background>
</backgrounds>
<paths name="paths"/>
<scripts name="scripts">
<scripts name="twitch">
<script>scripts\twitch_init.gml</script>
<script>scripts\twitch_parse_data.gml</script>
<script>scripts\twitch_log.gml</script>
<script>scripts\twitch_free.gml</script>
<scripts name="stream">
<script>scripts\twitch_stream_get_info.gml</script>
<script>scripts\twitch_stream_get_thumbnail.gml</script>
<script>scripts\twitch_auto_update_info.gml</script>
<script>scripts\twitch_update_info.gml</script>
<script>scripts\twitch_stream_async.gml</script>
<script>scripts\twitch_stream_find_value.gml</script>
<script>scripts\twitch_stream_remove.gml</script>
</scripts>
<scripts name="chat">
<script>scripts\twitch_chat_connect.gml</script>
<script>scripts\twitch_chat_async.gml</script>
<script>scripts\twitch_chat_say.gml</script>
<script>scripts\twitch_chat_disconnect.gml</script>
</scripts>
</scripts>
</scripts>
<objects name="objects">
<object>objects\obj_twitch</object>
</objects>
<rooms name="rooms">
<room>rooms\rm_default</room>
</rooms>
<help>
<rtf>help.rtf</rtf>
</help>
<TutorialState>
<IsTutorial>0</IsTutorial>
<TutorialName></TutorialName>
<TutorialPage>0</TutorialPage>
</TutorialState>
</assets>