added resources

This commit is contained in:
root 2024-05-02 20:23:54 +02:00
parent 373987afc2
commit 4637e7ed16

View File

@ -59,8 +59,12 @@ scene.cameras.main.centerOn(centerX, centerY)
/** /**
* Resources * Resources
* https://clintbellanger.net/articles/isometric_math/
* https://gist.github.com/veleek/3be73dc61d5f5a80abc0f72c3ffe390e * https://gist.github.com/veleek/3be73dc61d5f5a80abc0f72c3ffe390e
* https://gamedev.stackexchange.com/questions/116485/how-to-center-a-tilemap-in-phaser * 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
*/ */
</script> </script>