From 4637e7ed1611b27f98d1019ec2c289b8efe1e49b Mon Sep 17 00:00:00 2001 From: root Date: Thu, 2 May 2024 20:23:54 +0200 Subject: [PATCH] added resources --- src/components/World.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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