@factorialco/f0-react 1.468.1 → 1.469.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{F0AiChat-PvF3C9uo.js → F0AiChat-DjRuphGp.js} +62859 -61937
- package/dist/ai.d.ts +56 -13
- package/dist/ai.js +2 -2
- package/dist/experimental.d.ts +29 -12
- package/dist/experimental.js +16 -7
- package/dist/f0.d.ts +61 -13
- package/dist/f0.js +60 -46
- package/dist/i18n-provider-defaults.d.ts +24 -12
- package/dist/i18n-provider-defaults.js +13 -1
- package/dist/{index-BS1dlpUd.js → index-DzJ2kD_x.js} +1750 -1759
- package/dist/styles.css +1 -1
- package/dist/{types-B6yZPlfK.js → types-DEz6Mm20.js} +1 -1
- package/package.json +1 -1
|
@@ -470,6 +470,18 @@ const e = {
|
|
|
470
470
|
controls: "← → to move",
|
|
471
471
|
escToExit: "Esc to exit"
|
|
472
472
|
},
|
|
473
|
+
dino: {
|
|
474
|
+
title: "One Run",
|
|
475
|
+
tapToStart: "Press Space or tap to start",
|
|
476
|
+
gameOver: "Game over",
|
|
477
|
+
pressToRestart: "Space to restart",
|
|
478
|
+
score: "Score",
|
|
479
|
+
yourScore: "Your score",
|
|
480
|
+
newRecord: "New record!",
|
|
481
|
+
hi: "HI",
|
|
482
|
+
controls: "Space to jump · ↓ to crouch",
|
|
483
|
+
escToExit: "Esc to exit"
|
|
484
|
+
},
|
|
473
485
|
creditWarning: {
|
|
474
486
|
soft: "You're running low on AI credits.",
|
|
475
487
|
getCredits: "Get credits",
|
|
@@ -498,7 +510,7 @@ const e = {
|
|
|
498
510
|
navHint: {
|
|
499
511
|
navigate: "navigate",
|
|
500
512
|
select: "select",
|
|
501
|
-
|
|
513
|
+
cancel: "cancel"
|
|
502
514
|
}
|
|
503
515
|
},
|
|
504
516
|
growth: {
|