Add a blank map
This commit is contained in:
parent
3104a811fb
commit
48024506e0
15
public/assets/images/blank-map.svg
Normal file
15
public/assets/images/blank-map.svg
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
<?xml version="1.0" standalone="no"?>
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="-10 -10 200 300">
|
||||||
|
<defs>
|
||||||
|
<g id="mapsheet" class="mapsheet"></g>
|
||||||
|
</defs>
|
||||||
|
|
||||||
|
<g class="gameboard">
|
||||||
|
<g class="grid">
|
||||||
|
<g class="mapsheets" data-width="34" data-height="13">
|
||||||
|
<g><use class="mapsheet" href="#mapsheet"/></g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
|
After Width: | Height: | Size: 365 B |
@ -2,6 +2,7 @@ import sideShow from './assets/images/scenario-side_show.svg';
|
|||||||
import dragonHunting from './assets/images/scenario-dragon_hunting.svg';
|
import dragonHunting from './assets/images/scenario-dragon_hunting.svg';
|
||||||
import raceAgainstTime from './assets/images/scenario-race_against_time.svg';
|
import raceAgainstTime from './assets/images/scenario-race_against_time.svg';
|
||||||
import map4 from './assets/images/map4.svg';
|
import map4 from './assets/images/map4.svg';
|
||||||
|
import blankMap from './assets/images/blank-map.svg';
|
||||||
|
|
||||||
export const scenarios = {
|
export const scenarios = {
|
||||||
'scenario-side_show': {
|
'scenario-side_show': {
|
||||||
@ -19,5 +20,9 @@ export const scenarios = {
|
|||||||
'map4': {
|
'map4': {
|
||||||
hashed: map4,
|
hashed: map4,
|
||||||
title: 'Test map'
|
title: 'Test map'
|
||||||
|
},
|
||||||
|
'blank-map': {
|
||||||
|
hashed: blankMap,
|
||||||
|
title: 'Blank map'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user