Skip to content

Commit 5050de1

Browse files
committed
Fix anrdroid keyboard and new server address
1 parent e79ca67 commit 5050de1

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

code/castlerest.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ TCastleRest = class
3232
function Serialize(AObject: TObject): TJSONObject;
3333

3434
const
35-
ServerApiUrl = {'https://localhost:7150/api/leaders';//}'https://towerfightserver.onrender.com/api/leaders';
35+
ServerApiUrl = 'https://tetraedercraft.org/api/leaders'; //}'https://localhost:7150/api/leaders';//'https://towerfightserver.onrender.com/api/leaders';
3636

3737
implementation
3838

data/gameviewwin.castle-user-interface

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@
112112
},
113113
{
114114
"$$ClassName" : "TCastleEdit",
115+
"AutoOnScreenKeyboard" : true,
115116
"CaptureAllInput" : false,
116117
"FontSize" : 8.0000000000000000E+001,
117118
"Name" : "EditName",

0 commit comments

Comments
 (0)