Skip to content

Commit

Permalink
more images
Browse files Browse the repository at this point in the history
  • Loading branch information
cameroncheung00 committed Oct 6, 2023
1 parent a8198f2 commit e3afa2e
Show file tree
Hide file tree
Showing 68 changed files with 371 additions and 242 deletions.
14 changes: 14 additions & 0 deletions src/components/units/GameBody/ImageAutoGUI.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
:width="scaledWidth"
:height="scaledHeight"
:href="getImageSource(backgroundImagePath)"/>
<!-- <use v-if="backgroundImagePath != ''" x="0" y="0"
:width="scaledWidth"
:height="scaledHeight"
:href="getImageSource(backgroundImagePath) + '#BackgroundSVG'"
/> -->

<!-- Draw M-type (arrow) move buttons below entities -->
<g v-if="!animationPlaying && entitiesOverArrows">
Expand All @@ -31,6 +36,15 @@
:width="entities[cell].scale * widthFactor"
:height="entities[cell].scale * widthFactor"
:href="getImageSource(entities[cell].image)"/>

<!-- <use class="entity" v-if="cell != '-' && cell in entities"
:id="'entity' + i"
:x="centers[i][0] - 0.5 * entities[cell].scale * widthFactor"
:y="centers[i][1] - 0.5 * entities[cell].scale * widthFactor"
:width="entities[cell].scale * widthFactor"
:height="entities[cell].scale * widthFactor"
:href="getImageSource(entities[cell].image) + '#EntitySVG'"
/> -->
</g>

<!-- Draw Foreground Image -->
Expand Down
13 changes: 6 additions & 7 deletions src/models/images/svg/achi/achiboard.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 11 additions & 13 deletions src/models/images/svg/adugo/grid3x3.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 19 additions & 21 deletions src/models/images/svg/adugo/grid5x5.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
71 changes: 35 additions & 36 deletions src/models/images/svg/allqueenschess/board.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
35 changes: 17 additions & 18 deletions src/models/images/svg/baghchal/grid5Diag.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/models/images/svg/beeline/board.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit e3afa2e

Please sign in to comment.