Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
432 changes: 432 additions & 0 deletions examples/controller_test.flock

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -878,6 +878,7 @@ <h2 id="modal-title" data-i18n="about_heading" style="margin-top: 0;">About Floc
<option value="" data-i18n="demo" style="color: #511d91">Demo</option>
<option id="new" data-i18n="new" value="examples/new.json">New</option>
<option data-i18n="starter" value="examples/starter.json">👋🏽 Starter</option>
<option data-i18n="controller_test" value="examples/controller_test.flock">🎮 Controller Test</option>
<option data-i18n="snow_globe" value="examples/snow_globe.json">❄️ Snow globe</option>
<option data-i18n="forest_base" value="examples/forest_base.json">🌲 Forest base</option>
<option data-i18n="character_animation" value="examples/character_animation.json">🎥 Character animation</option>
Expand Down
1 change: 1 addition & 0 deletions locale/de.js
Original file line number Diff line number Diff line change
Expand Up @@ -931,6 +931,7 @@ export default {
demo_ui: "Demo",
new_ui: "Neu",
starter_ui: "👋🏽 Starter",
controller_test_ui: "🎮 Controller-Testlauf",
character_designer_ui: "👚 Charakter-Designer",
controller_starter_ui: "🎮 Controller-Starter",
snow_globe_ui: "❄️ Schneekugel",
Expand Down
1 change: 1 addition & 0 deletions locale/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -911,6 +911,7 @@ export default {
demo_ui: "Demo",
new_ui: "New",
starter_ui: "👋🏽 Starter",
controller_test_ui: "🎮 Controller test",
character_designer_ui: "👚 Character designer",
controller_starter_ui: "🎮 Controller starter",
snow_globe_ui: "❄️ Snow globe",
Expand Down
1 change: 1 addition & 0 deletions locale/es.js
Original file line number Diff line number Diff line change
Expand Up @@ -921,6 +921,7 @@ export default {
demo_ui: "Demostración",
new_ui: "Nuevo",
starter_ui: "👋🏽 Inicial",
controller_test_ui: "🎮 Prueba con Controlador",
controller_starter_ui: "🎮 Inicial con Controlador",
snow_globe_ui: "❄️ Bola de Nieve",
forest_base_ui: "🌲 Base en el Bosque",
Expand Down
1 change: 1 addition & 0 deletions locale/fr.js
Original file line number Diff line number Diff line change
Expand Up @@ -926,6 +926,7 @@ export default {
demo_ui: "Démo",
new_ui: "Nouveau",
starter_ui: "👋🏽 Débutant",
controller_test_ui: "🎮 Test de la manette",
controller_starter_ui: "🎮 Départ avec manette",
snow_globe_ui: "❄️ Boule à neige",
forest_base_ui: "🌲 Base forestière",
Expand Down
1 change: 1 addition & 0 deletions locale/it.js
Original file line number Diff line number Diff line change
Expand Up @@ -923,6 +923,7 @@ export default {
demo_ui: "Demo",
new_ui: "Nuovo",
starter_ui: "👋🏽 Starter",
controller_test_ui: "🎮 Controller collaudo",
character_designer_ui: "👚 Designer personaggi",
controller_starter_ui: "🎮 Controller starter",
snow_globe_ui: "❄️ Palla di neve",
Expand Down
1 change: 1 addition & 0 deletions locale/pl.js
Original file line number Diff line number Diff line change
Expand Up @@ -924,6 +924,7 @@ export default {
demo_ui: "Demo",
new_ui: "Nowy",
starter_ui: "👋🏽 Starter",
controller_test_ui: "🎮 Controller badanie",
controller_starter_ui: "🎮 Controller Starter",
snow_globe_ui: "❄️ Kula śnieżna",
forest_base_ui: "🌲 Baza leśna",
Expand Down
1 change: 1 addition & 0 deletions locale/pt.js
Original file line number Diff line number Diff line change
Expand Up @@ -918,6 +918,7 @@ export default {
demo_ui: "Demonstração",
new_ui: "Novo",
starter_ui: "👋🏽 Início",
controller_test_ui: "🎮 Teste de Comando",
controller_starter_ui: "🎮 Início com Comando",
snow_globe_ui: "❄️ Globo de Neve",
forest_base_ui: "🌲 Base Florestal",
Expand Down
1 change: 1 addition & 0 deletions locale/sv.js
Original file line number Diff line number Diff line change
Expand Up @@ -918,6 +918,7 @@ export default {
demo_ui: "Demo",
new_ui: "Ny",
starter_ui: "👋🏽 Start",
controller_test_ui: "🎮 Gamepad mätning",
controller_starter_ui: "🎮 Kontrollstart",
snow_globe_ui: "❄️ Snöglob",
forest_base_ui: "🌲 Skogsbas",
Expand Down