- Rename and restructure components and assets for uniformity.
- Refactor `Field.vue` for better state management and event handling. - Update path references for SVG assets. - Add selection highlighting in game field with red and white arrows. - Simplify and organize styles in game components. - Minor updates to local mode game logic (`LocalMode.vue`).
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="1000" height="1000" viewBox="0 0 750 750" version="1.0">
|
||||
<g>
|
||||
<path d="M 345.0 250.0 L 405.0 250.0 L 405.0 390.0 L 460.0 390.0 L 375 510.0 L 290.0 390.0 L 345.0 390.0 Z"
|
||||
fill="#FFFFFF"
|
||||
stroke="none"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 287 B |
Reference in New Issue
Block a user