-
Notifications
You must be signed in to change notification settings - Fork 14
/
credits.lua
58 lines (51 loc) · 928 Bytes
/
credits.lua
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
54
55
56
57
58
return {
title = "Up and Away",
{"code", {
title = "Programmers",
"debugman18",
"simplex",
"Mobbstar",
"Zarklod",
}},
{"art", {
title = "Artists",
"ArcticFox789",
"Lifemare",
"MilleniumCount",
"Sukoushi",
"TheDanaAddams",
"TheLeftHelix",
"Willette",
"Mr. Tiddles",
"Vivalavie",
"Minespatch",
"CheeseNuggets",
}},
{"writing", {
title = "Writers",
"Luggs",
"Buttercup",
"Lium",
"Mycological",
"MisterL",
}},
{"misc", sort = false, {
title = "Collaborators",
"Craig_Perry",
"GTG3000",
"Hugo M.",
"Lord_Battal",
"Rabbitfist",
"Stephenmrush",
"TheHockeyGods",
"TeoSS69",
"Wilbur",
"Xjurwi",
"KidneyBeanBoy",
}},
{"freesound", {
title = "This mod uses sounds from freesound.org:",
"\"Sheep.flac\" by Erdie ( http://freesound.org/people/Erdie/ )",
"\"4CH012I.wav\" by cjpowderhound ( http://freesound.org/people/cjpowderhound/ )",
}},
}