Jiaguo Jin
Jiaguo Jin
Haxe Compiler 4.2.5, Windows 11, colyseus 0.14.9 for haxe test code var client = new io.colyseus.Client("ws://localhost:3000"); client.joinOrCreate("roomeName", [], State, registRoomEvent); function registRoomEvent(err:MatchMakeError, room:Room) { trace("registRoomEvent"); } Some error message from...
Haxe Compiler 4.2.5 compile to hashlink error when compile `Error: Extern type not supported : hx.ws.WebSocketServer` How to do next? my hl.hxml file like `-cp src -main Main -D threaded_handlers...
in the game.ts file ``` const config: Phaser.Types.Core.GameConfig = { type: Phaser.WEBGL, transparent: true, ...Canvas() } ``` the ...Canvas() line code will cause pheser can't change gameobject property on event....