Skip to content
Snippets Groups Projects
Commit 443f1926 authored by Trungel's avatar Trungel
Browse files

refactoring

parent aad3c28e
No related branches found
No related tags found
1 merge request!6breaking: Add Electron build, npm scripts, fix paths for tile-images, Allow different sized maps, Load maps
Showing
with 6 additions and 2 deletions
public/tiles/barren.webp

972 B

public/tiles/clay.webp

2.17 KiB

public/tiles/desert.webp

1.01 KiB

public/tiles/fish.webp

1.27 KiB

public/tiles/forest.webp

710 B

public/tiles/grass.webp

980 B

public/tiles/ice.webp

816 B

public/tiles/iron.webp

1.6 KiB

public/tiles/mountain.webp

1.31 KiB

public/tiles/salt.webp

1.63 KiB

public/tiles/stone.webp

1.79 KiB

public/tiles/water.webp

1.12 KiB

public/tiles/wheat.webp

322 B

public/tiles/wool.webp

602 B

......@@ -2,9 +2,13 @@
<router-view />
</template>
<script>
import { defineComponent } from 'vue';
import { defineComponent, provide} from 'vue';
import store from './store';
export default defineComponent({
name: 'App'
name: 'App',
setup() {
provide('store', store);
},
})
</script>
src/assets/tiles/barren_tile.webp

6.6 KiB

src/assets/tiles/clay_tile.webp

9.28 KiB

src/assets/tiles/desert_tile.webp

7.54 KiB

src/assets/tiles/fish_tile.webp

8.26 KiB

src/assets/tiles/forest_tile.webp

9.56 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment