added more tiles, implemented moving of tiles
This commit is contained in:
4
resources/svg/TurnoutEN.svg
Normal file
4
resources/svg/TurnoutEN.svg
Normal file
@@ -0,0 +1,4 @@
|
||||
<svg width="100" height="100" viewbox="0 0 100 100">
|
||||
<rect x="0" y="35" width="100" height="30" />
|
||||
<polygon points="100,65 35,0 65,0 100,35" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 152 B |
4
resources/svg/TurnoutES.svg
Normal file
4
resources/svg/TurnoutES.svg
Normal file
@@ -0,0 +1,4 @@
|
||||
<svg width="100" height="100" viewbox="0 0 100 100">
|
||||
<rect x="0" y="35" width="100" height="30" />
|
||||
<polygon points="100,65 65,100 35,100 100,35" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 156 B |
4
resources/svg/TurnoutWN.svg
Normal file
4
resources/svg/TurnoutWN.svg
Normal file
@@ -0,0 +1,4 @@
|
||||
<svg width="100" height="100" viewbox="0 0 100 100">
|
||||
<rect x="0" y="35" width="100" height="30" />
|
||||
<polygon points="0,35 35,0 65,0 0,65" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 148 B |
Reference in New Issue
Block a user