Commit 1209bf6e authored by wildfirecode13's avatar wildfirecode13

u

parent 45c717b5
{"code":null,"data":2500,"message":null,"success":true}
\ No newline at end of file
{
"code": null,
"data": 2500,
"message": null,
"success": true
}
\ No newline at end of file
{
"code": null,
"data": 1,
"data": 0,
"message": null,
"success": true
}
\ No newline at end of file
......@@ -47,6 +47,7 @@ export class NewbieScene extends Scene {
getPxTokenSave().then(token => {
sendWebNet(WebNetName.acquireExperienceAmount, { token: token }).then(acquireExperienceAmount => {
hideWaiting();
if(!acquireExperienceAmount.success) return;
const mask = new Mask();
layers.topLayer.addChild(mask);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment