1 parent e79ca67 commit 5050de1Copy full SHA for 5050de1
2 files changed
code/castlerest.pas
@@ -32,7 +32,7 @@ TCastleRest = class
32
function Serialize(AObject: TObject): TJSONObject;
33
34
const
35
- ServerApiUrl = {'https://localhost:7150/api/leaders';//}'https://towerfightserver.onrender.com/api/leaders';
+ ServerApiUrl = 'https://tetraedercraft.org/api/leaders'; //}'https://localhost:7150/api/leaders';//'https://towerfightserver.onrender.com/api/leaders';
36
37
implementation
38
data/gameviewwin.castle-user-interface
@@ -112,6 +112,7 @@
112
},
113
{
114
"$$ClassName" : "TCastleEdit",
115
+ "AutoOnScreenKeyboard" : true,
116
"CaptureAllInput" : false,
117
"FontSize" : 8.0000000000000000E+001,
118
"Name" : "EditName",
0 commit comments