diff --git a/src/components/World.vue b/src/components/World.vue index 6362c21..46b6420 100644 --- a/src/components/World.vue +++ b/src/components/World.vue @@ -59,8 +59,12 @@ scene.cameras.main.centerOn(centerX, centerY) /** * Resources + * https://clintbellanger.net/articles/isometric_math/ * https://gist.github.com/veleek/3be73dc61d5f5a80abc0f72c3ffe390e * https://gamedev.stackexchange.com/questions/116485/how-to-center-a-tilemap-in-phaser - * + * https://github.com/Nulligma/phaser-isometric-test/blob/master/src/main.ts + * https://github.com/neki-dev/isometric-snippets + * https://github.com/itsezc/CycloneIO/blob/next/packages/client/games/HabboEngine.ts + * https://github.com/daan93/phaser-isometric-demo/tree/main */ \ No newline at end of file