forked from noxious/client
added resource
This commit is contained in:
parent
6deb507806
commit
0e9cb3e000
@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<TilemapLayer v-if="isMapLoaded" ref="tilemapLayer" :tilemap="map" :layerIndex="0" :cull-padding-x="10" :cull-padding-y="10" :tileset="serverMapData.tiles" />
|
<TilemapLayer v-if="isMapLoaded" ref="tilemapLayer" :layerIndex="0" :cull-padding-x="10" :cull-padding-y="10" :tilemap="map" :tileset="serverMapData.tiles" />
|
||||||
<!-- <Controls :layer="layer" />-->
|
<!-- <Controls :layer="layer" />-->
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Resources:
|
* Resources:
|
||||||
|
* https://www.dynetisgames.com/2017/03/06/how-to-make-a-multiplayer-online-game-with-phaser-socket-io-and-node-js/
|
||||||
* https://runthatline.com/pinia-watch-state-getters-inside-vue-components/
|
* https://runthatline.com/pinia-watch-state-getters-inside-vue-components/
|
||||||
* https://pinia.vuejs.org/
|
* https://pinia.vuejs.org/
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user