2019-04-13 18:27:26 +02:00
|
|
|
return {
|
|
|
|
["basic"] = "Basic Examples",
|
|
|
|
["menu"] = "Menus Examples",
|
|
|
|
["gameplay"] = "Gameplay Examples",
|
|
|
|
["test1"] = "Basic Test 1",
|
|
|
|
["test2"] = "Basic Test 2",
|
|
|
|
["testmenu"] = "Basic Test Menu",
|
2019-07-12 23:48:57 +02:00
|
|
|
["topdown"] = "Top Down",
|
2019-07-12 23:51:51 +02:00
|
|
|
["topdown3D"] = "Top Down (3D)",
|
|
|
|
["topdown (zoom)"] = "Top Down (zoom)",
|
|
|
|
["topdown3D (zoom)"]= "Top Down (3D, zoom)",
|
|
|
|
["plateform"] = "Plateformer",
|
2019-04-13 18:27:26 +02:00
|
|
|
["options"] = "Options",
|
2019-04-14 17:50:13 +02:00
|
|
|
["inventory"] = "Inventory",
|
2019-07-12 23:51:51 +02:00
|
|
|
["1player"] = "1 Player",
|
|
|
|
["2player"] = "2 Players",
|
|
|
|
["3player"] = "3 Players",
|
|
|
|
["4player"] = "4 Players",
|
2019-04-13 18:27:26 +02:00
|
|
|
}
|