🎉 Initial Commit

* Integrates Colyseus Server
* Implements Basic Player movement
* Player Remove/Update Events
This commit is contained in:
Indrajith K L
2020-06-29 03:14:32 +05:30
commit ffd6706cb0
18 changed files with 302 additions and 0 deletions

4
source/AssetPaths.hx Normal file
View File

@@ -0,0 +1,4 @@
package;
@:build(flixel.system.FlxAssets.buildFileReferences("assets", true))
class AssetPaths {}