Skip to content

Commit

Permalink
add new ui support
Browse files Browse the repository at this point in the history
  • Loading branch information
AgainstEntropy committed Apr 14, 2022
1 parent 9fa3a1b commit 5c272fc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PRTS-apk_files/PRTS.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
var debug = true;
var ver = "0.6.3";
var err = 1;
var sys_lang = "en";
var sys_lang = "cn";
var thread_play_isAlive = 0;
var thread_credit_isAlive = 0;
var window = 1;
Expand Down Expand Up @@ -493,7 +493,7 @@ function play(num) {
var img_start_red = images.read("res/img/开始行动红.jpg");
var img_takeover = images.read("res/img/接管作战.jpg");
var img_cost = images.read("res/img/cost.jpg");
var img_over = images.read("res/img/行动结束.jpg");
var img_over = images.read("res/img/行动(结束).jpg");

var p_red;

Expand Down
Binary file added PRTS-apk_files/res/img/行动(结束).jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added other files/结束作战.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5c272fc

Please sign in to comment.