-
Notifications
You must be signed in to change notification settings - Fork 0
/
credits_en.lua
30 lines (30 loc) · 875 Bytes
/
credits_en.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
local tableText = {
--<< START translate >>--
"Based on \"Gardens\" created by", "Pere Pau Listosella" ,
"Additional design","Sergi Marcet",
"Lead programmer","Adrián Ramírez",
"\n","",
"Art and animation",
"Project manager", "Adrià Marcet",
"Sound effects","Carlos del Pozo",
"Main theme\"Goblin Kingdom\"", "Chris Egan",
"\n","",
"Testers",
"Adrià Marcet",
"Eva Santos",
"Lluna Pinado",
"Pilar Azpiroz",
"\n"," ",
"Translators",
"Español Latino","Guillermo Issa Martínez",
"Deustch","Lucia Castro",
"Français","Jean-Noël Guenot",
"Português","Marina Forato",
"English","Jofre Bellés",
"Italiano","Ester Guerini",
"Acknowledgment",
"This game wouldn´t be possible without the valuable help of", "Lorenzo Ramírez, Carmenchi Sánchez,",
"and all friends and family who suported this project."
--<< END translate >>--
}
return tableText