Skip to content

Commit 75fc491

Browse files
authored
Merge pull request #141 from entrylabs/develop
PR 2.0.47
2 parents 9e09b83 + 8e8bf0b commit 75fc491

File tree

11 files changed

+22
-11
lines changed

11 files changed

+22
-11
lines changed

build/entryx64.nsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
!define MUI_UNICON "icon.ico"
1414
!define PRODUCT_NAME "Entry"
1515
!define APP_NAME "Entry.exe"
16-
!define PRODUCT_VERSION "2.0.46"
16+
!define PRODUCT_VERSION "2.0.47"
1717
!define PRODUCT_PUBLISHER "EntryLabs"
1818
!define PRODUCT_WEB_SITE "http://www.playentry.org/"
1919

build/entryx86.nsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
!define MUI_UNICON "icon.ico"
1414
!define PRODUCT_NAME "Entry"
1515
!define APP_NAME "Entry.exe"
16-
!define PRODUCT_VERSION "2.0.46"
16+
!define PRODUCT_VERSION "2.0.47"
1717
!define PRODUCT_PUBLISHER "EntryLabs"
1818
!define PRODUCT_WEB_SITE "http://www.playentry.org/"
1919

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"private": true,
33
"productName": "Entry",
44
"name": "entry",
5-
"version": "2.0.46",
5+
"version": "2.0.47",
66
"description": "Entry for offline",
77
"main": "src/main_build/main.bundle.js",
88
"scripts": {
@@ -34,8 +34,8 @@
3434
"async-csv": "^2.1.3",
3535
"axios": "^0.19.2",
3636
"cross-spawn": "^7.0.3",
37-
"entry-hw": "git+https://github.com/entrylabs/entry-hw.git#dist/v1.9.29",
38-
"entry-js": "git+https://github.com/entrylabs/entryjs.git#dist/offline_v2.0.46",
37+
"entry-hw": "git+https://github.com/entrylabs/entry-hw.git#dist/v1.9.30",
38+
"entry-js": "git+https://github.com/entrylabs/entryjs.git#dist/offline_v2.0.47",
3939
"entry-tool": "git+https://github.com/entrylabs/entry-tool.git#dist/develop",
4040
"excel4node": "^1.7.0",
4141
"fs-extra": "^8.1.0",

src/renderer/helper/entry/entryPatcher.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export default function() {
7070
(function(i) {
7171
topBlock.view.getDataUrl()
7272
.then(function(data: any) {
73-
const savePath = `${dirPath[0]}${Constants.sep}${i}${'.png'}`;
73+
const savePath = `${dirPath}${Constants.sep}${i}${'.png'}`;
7474
RendererUtils.saveBlockImage(data.src, savePath);
7575
});
7676
})(++index);

src/renderer/resources/lang/code.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1340,6 +1340,7 @@
13401340
"JUDGEMENT_is_press_some_key_2": "키가 눌러져 있는가?",
13411341
"JUDGEMENT_reach_something_1": "",
13421342
"JUDGEMENT_reach_something_2": "에 닿았는가?",
1343+
"JUDGEMENT_is_boost_mode": "부스트모드가 켜져 있는가?",
13431344
"JUDGEMENT_boolean_not_1": "",
13441345
"JUDGEMENT_boolean_not_2": "(이)가 아니다",
13451346
"CALC_calc_rand_1": "",
@@ -4300,6 +4301,7 @@
43004301
"boolean_and_or": "%1 %2 %3",
43014302
"False": "%1 ",
43024303
"boolean_not": "%1 %2 %3",
4304+
"is_boost_mode": "%1",
43034305
"calc_basic": "%1 %2 %3",
43044306
"calc_rand": "%1 %2 %3 %4 %5",
43054307
"coordinate_mouse": "%1 %2 %3",

src/renderer/resources/lang/ebs.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1340,6 +1340,7 @@
13401340
"JUDGEMENT_is_press_some_key_2": "키가 눌러져 있는가?",
13411341
"JUDGEMENT_reach_something_1": "",
13421342
"JUDGEMENT_reach_something_2": "에 닿았는가?",
1343+
"JUDGEMENT_is_boost_mode": "부스트모드가 켜져 있는가?",
13431344
"JUDGEMENT_boolean_not_1": "",
13441345
"JUDGEMENT_boolean_not_2": "(이)가 아니다",
13451346
"CALC_calc_rand_1": "",
@@ -4300,6 +4301,7 @@
43004301
"boolean_and_or": "%1 %2 %3",
43014302
"False": "%1 ",
43024303
"boolean_not": "%1 %2 %3",
4304+
"is_boost_mode": "%1",
43034305
"calc_basic": "%1 %2 %3",
43044306
"calc_rand": "%1 %2 %3 %4 %5",
43054307
"coordinate_mouse": "%1 %2 %3",

src/renderer/resources/lang/en.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -795,6 +795,7 @@
795795
"JUDGEMENT_is_press_some_key_2": " pressed?",
796796
"JUDGEMENT_reach_something_1": "touching",
797797
"JUDGEMENT_reach_something_2": "?",
798+
"JUDGEMENT_is_boost_mode": "Is boost mode?",
798799
"JUDGEMENT_true": "True",
799800
"LOOKS": "Looks",
800801
"LOOKS_change_scale_percent_1": "Change scale by",
@@ -8504,6 +8505,7 @@
85048505
"boolean_and": "%1 %2 %3",
85058506
"boolean_or": "%1 %2 %3",
85068507
"boolean_not": "%1 %2 %3",
8508+
"is_boost_mode": "%1",
85078509
"true_or_false": "%1",
85088510
"True": "%1 ",
85098511
"False": "%1 ",

src/renderer/resources/lang/jp.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -795,6 +795,7 @@
795795
"JUDGEMENT_is_press_some_key_2": "キーを押しているか?",
796796
"JUDGEMENT_reach_something_1": " ",
797797
"JUDGEMENT_reach_something_2": "に着いたか?",
798+
"JUDGEMENT_is_boost_mode": "ブーストモードがオンになっているか?",
798799
"JUDGEMENT_true": " true",
799800
"LOOKS": "見た目",
800801
"LOOKS_change_scale_percent_1": "サイズを",
@@ -8512,6 +8513,7 @@
85128513
"boolean_and": "%1 %2 %3",
85138514
"boolean_or": "%1 %2 %3",
85148515
"boolean_not": "%1 %2 %3",
8516+
"is_boost_mode": "%1",
85158517
"true_or_false": "%1",
85168518
"True": "%1",
85178519
"False": "%1",

src/renderer/resources/lang/ko.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,7 @@
378378
"JUDGEMENT_is_press_some_key_2": "키가 눌러져 있는가?",
379379
"JUDGEMENT_reach_something_1": "",
380380
"JUDGEMENT_reach_something_2": "에 닿았는가?",
381+
"JUDGEMENT_is_boost_mode": "부스트모드가 켜져 있는가?",
381382
"JUDGEMENT_boolean_not_1": "",
382383
"JUDGEMENT_boolean_not_2": "(이)가 아니다",
383384
"CALC_calc_rand_1": "",
@@ -2543,6 +2544,7 @@
25432544
"boolean_and_or": "%1 %2 %3",
25442545
"False": "%1 ",
25452546
"boolean_not": "%1 %2 %3",
2547+
"is_boost_mode": "%1",
25462548
"calc_basic": "%1 %2 %3",
25472549
"calc_rand": "%1 %2 %3 %4 %5",
25482550
"coordinate_mouse": "%1 %2 %3",

src/renderer/resources/lang/vn.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8504,6 +8504,7 @@
85048504
"boolean_and": "%1 %2 %3",
85058505
"boolean_or": "%1 %2 %3",
85068506
"boolean_not": "%1 %2 %3",
8507+
"is_boost_mode": "%1",
85078508
"true_or_false": "%1",
85088509
"True": "%1",
85098510
"False": "%1",

0 commit comments

Comments
 (0)