Skip to content

Commit

Permalink
v5.0.0-alpha.263: Adjust Topitop Background SVG
Browse files Browse the repository at this point in the history
  • Loading branch information
cameroncheung00 committed Sep 18, 2023
1 parent 8dba89d commit ea368b8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@
"preview:https": "serve dist",
"reinstall": "rm -rf node_modules; yarn; vue-tsc --noEmit"
},
"version": "5.0.0-alpha.262"
"version": "5.0.0-alpha.263"
}
6 changes: 3 additions & 3 deletions src/components/units/GameBody/ImageAutoGUI.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
:data-turn="richPositionData.turn">

<!-- Draw Background Image -->
<image v-if="backgroundImagePath != ''"
<image v-if="backgroundImagePath != ''" x="0" y="0"
:width="scaledWidth"
:height="scaledHeight"
:href="getImageSource(backgroundImagePath)"/>
Expand Down Expand Up @@ -34,7 +34,7 @@
</g>

<!-- Draw Foreground Image -->
<image v-if="foregroundImagePath != ''"
<image v-if="foregroundImagePath != ''" x="0" y="0"
:width="scaledWidth"
:height="scaledHeight"
:href="getImageSource(foregroundImagePath)"/>
Expand Down Expand Up @@ -286,7 +286,7 @@
L ${coords6[0]},${coords6[1]}
A ${thickness} ${thickness} 0 0 0 ${coords0[0]} ${coords0[1]}
Z`;
};//A ${thickness} ${thickness} 0 0 0 ${coords0[0]} ${coords0[1]}
};
const getBoardMoveElementHintClass = (move?: GDefaultRegular2DMove): string =>
(move && options.value.showNextMoveHints ? "hint-" + move.hint : "");
Expand Down
10 changes: 6 additions & 4 deletions src/models/images/svg/topitop/grid.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ea368b8

Please sign in to comment.