index : btroops | |
Virtual board game-aid for BattleTroops, an infantry combat simulator wargame published by FASA in 1989. |
aboutsummaryrefslogtreecommitdiff |
diff options
author | Catalin Mititiuc <webdevcat@proton.me> | 2024-07-23 15:05:58 -0700 |
---|---|---|
committer | Catalin Mititiuc <webdevcat@proton.me> | 2024-07-23 15:05:58 -0700 |
commit | 5fc598cdd15be3d8dd856997af2b1f68f774162c (patch) | |
tree | ad964b16b065e859a5c71e7ff294c86f14ad77e4 /public/assets/images | |
parent | 9d44de5f114cacd915661ef5b2af3e5098fee3b8 (diff) |
WIP: counters
Diffstat (limited to 'public/assets/images')
-rw-r--r-- | public/assets/images/counter_1st_floor.png | bin | 0 -> 8593 bytes | |||
-rw-r--r-- | public/assets/images/counter_2nd_floor.png | bin | 0 -> 7961 bytes | |||
-rw-r--r-- | public/assets/images/counter_3rd_floor.png | bin | 0 -> 8250 bytes | |||
-rw-r--r-- | public/assets/images/counter_basement.png | bin | 0 -> 7876 bytes | |||
-rw-r--r-- | public/assets/images/counter_grenade.png | bin | 0 -> 14868 bytes | |||
-rw-r--r-- | public/assets/images/counter_prone.png | bin | 0 -> 6761 bytes | |||
-rw-r--r-- | public/assets/images/scenario_template.svg | 16 |
7 files changed, 7 insertions, 9 deletions
diff --git a/public/assets/images/counter_1st_floor.png b/public/assets/images/counter_1st_floor.png Binary files differnew file mode 100644 index 0000000..0728ac0 --- /dev/null +++ b/public/assets/images/counter_1st_floor.png diff --git a/public/assets/images/counter_2nd_floor.png b/public/assets/images/counter_2nd_floor.png Binary files differnew file mode 100644 index 0000000..8417461 --- /dev/null +++ b/public/assets/images/counter_2nd_floor.png diff --git a/public/assets/images/counter_3rd_floor.png b/public/assets/images/counter_3rd_floor.png Binary files differnew file mode 100644 index 0000000..82a54a0 --- /dev/null +++ b/public/assets/images/counter_3rd_floor.png diff --git a/public/assets/images/counter_basement.png b/public/assets/images/counter_basement.png Binary files differnew file mode 100644 index 0000000..05a5be2 --- /dev/null +++ b/public/assets/images/counter_basement.png diff --git a/public/assets/images/counter_grenade.png b/public/assets/images/counter_grenade.png Binary files differnew file mode 100644 index 0000000..de6112e --- /dev/null +++ b/public/assets/images/counter_grenade.png diff --git a/public/assets/images/counter_prone.png b/public/assets/images/counter_prone.png Binary files differnew file mode 100644 index 0000000..4bdaa51 --- /dev/null +++ b/public/assets/images/counter_prone.png diff --git a/public/assets/images/scenario_template.svg b/public/assets/images/scenario_template.svg index 5480a8c..964e80f 100644 --- a/public/assets/images/scenario_template.svg +++ b/public/assets/images/scenario_template.svg @@ -3,13 +3,6 @@ <link xmlns="http://www.w3.org/1999/xhtml" rel="stylesheet" href="../css/radial.css" type="text/css" /> <link xmlns="http://www.w3.org/1999/xhtml" rel="stylesheet" href="../css/map.css" type="text/css" /> - <!--<style>--> - <!-- .grid .building use {--> - <!-- opacity: 1;--> - <!-- fill: teal;--> - <!-- }--> - <!--</style>--> - <defs> <polygon id="hex" points="0,10 8.66,5 8.66,-5 0,-10 -8.66,-5 -8.66,5"/> @@ -33,8 +26,12 @@ <use x="8.66" y="15" transform="rotate(60 8.66 15)" href="#ast-line"/> </pattern> - <image id="counter-prone" href="counter_prone.jpg" width="10"/> - <image id="counter-grenade" href="counter_grenade.jpg" width="10"/> + <image id="counter-grenade" href="counter_grenade.png" width="10"/> + <image id="counter-prone" href="counter_prone.png" width="10"/> + <image id="counter-basement" href="counter_basement.png" width="10"/> + <image id="counter-1st-floor" href="counter_1st_floor.png" width="10"/> + <image id="counter-2nd-floor" href="counter_2nd_floor.png" width="10"/> + <image id="counter-3rd-floor" href="counter_3rd_floor.png" width="10"/> </defs> <g class="gameboard" data-view-elevation="0"> @@ -48,5 +45,6 @@ </g> <g class="grid"/> + <g class="pieces"/> </g> </svg> |