Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
insraq committed Sep 11, 2024
1 parent 4eeca30 commit 1f69c98
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion assets/Script/General/BuildNumber.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const BUILD_NUMBER = "359";
export const BUILD_NUMBER = "363";
3 changes: 2 additions & 1 deletion assets/Script/Languages/es.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1516,7 +1516,8 @@ export const ES = {
InputBufferDesc:
"Los ciclos máximos de recursos de entrada que se deben mantener en el almacenamiento antes de que este edificio ya no transporte ese recurso. Automático significa usar la predicción para mantener un búfer mínimo que permita la producción continua. Acumulación significa transportar siempre recursos de entrada independientemente de la cantidad en el almacenamiento",
InputCapacityOverride: "Ajuste capacidad de entrada",
InputCapacityOverrideDesc: "Para cada ciclo de producción, transporte el %{percent} de los recursos necesarios para la producción",
InputCapacityOverrideDesc:
"Para cada ciclo de producción, transporte el %{percent} de los recursos necesarios para la producción",
PumpkinSpiceLatte: "Pumpkin Spice Latte",
PumpkinPie: "Pumpkin Pie",
QuantumComputerLab: "Quantum Computer Lab",
Expand Down
8 changes: 8 additions & 0 deletions build-templates/web-mobile/changelog.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
[
{
"version": "1.0.0",
"content": [
"Bugfix: Do not transfer trading right when cancel a save transfer",
"Bugfix: Downgrade Research Lab gives less cash than it should",
"Update translations"
]
},
{
"version": "0.20.9",
"content": [
Expand Down
2 changes: 1 addition & 1 deletion native
2 changes: 1 addition & 1 deletion settings/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"Background",
"Player"
],
"last-module-event-record-time": 1657378106752,
"last-module-event-record-time": 1726088757115,
"simulator-orientation": false,
"simulator-resolution": {
"height": 640,
Expand Down

0 comments on commit 1f69c98

Please sign in to comment.