Skip to content

Commit

Permalink
minor cleanup + chaoz fantasy is now very short for testing purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
chosencharacters committed Nov 29, 2024
1 parent 6096bbe commit 6fa6d4d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions assets/data/levels/TankmasLand.ldtk
Original file line number Diff line number Diff line change
Expand Up @@ -7309,8 +7309,8 @@
{
"__identifier": "Player",
"__grid": [
136,
136
99,
80
],
"__pivot": [
0,
Expand All @@ -7324,12 +7324,12 @@
"height": 128,
"defUid": 1,
"px": [
2176,
2176
1584,
1280
],
"fieldInstances": [],
"__worldX": 2208,
"__worldY": 2192
"__worldX": 1616,
"__worldY": 1296
},
{
"__identifier": "Present",
Expand Down Expand Up @@ -7460,16 +7460,16 @@
"__identifier": "spawn",
"__type": "Point",
"__value": {
"cx": 142,
"cy": 128
"cx": 103,
"cy": 85
},
"__tile": null,
"defUid": 17,
"realEditorValues": [
{
"id": "V_String",
"params": [
"142,128"
"103,85"
]
}
]
Expand Down
Binary file modified assets/music/chaoz-fantasy.ogg
Binary file not shown.
2 changes: 2 additions & 0 deletions source/net/core/Client.hx
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ class Client
on_data(response.bodyAsJson);
}, (error:HttpError) ->
{
trace('GET ERROR @ $url');
on_error(error);
});
}
Expand All @@ -58,6 +59,7 @@ class Client
on_data(response.bodyAsJson);
}, (error:HttpError) ->
{
trace('POST ERROR @ $url');
on_error(error);
});
}
Expand Down
2 changes: 0 additions & 2 deletions source/net/tankmas/OnlineLoop.hx
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,6 @@ class OnlineLoop

usernames.remove(Main.username);

trace(usernames);

for (username in usernames)
{
var def:NetUserDef = Reflect.field(data.data, username);
Expand Down

0 comments on commit 6fa6d4d

Please sign in to comment.