Add minimap 72x72 tile icons for the diagonal Plank Bridge terrains
Fixes a bunch of warnings during editor usage, such as: Detected an image with bad dimensions: terrain/bridge/planks-sw-ne.png: 90x108 It will not be masked, please use: 72x72
This commit is contained in:
parent
893a7889cd
commit
f3bd8cc3cd
3 changed files with 2 additions and 2 deletions
BIN
data/core/images/terrain/bridge/planks-se-nw-tile.png
Normal file
BIN
data/core/images/terrain/bridge/planks-se-nw-tile.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.8 KiB |
BIN
data/core/images/terrain/bridge/planks-sw-ne-tile.png
Normal file
BIN
data/core/images/terrain/bridge/planks-sw-ne-tile.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.5 KiB |
|
@ -2164,7 +2164,7 @@
|
|||
# plank bridge
|
||||
|
||||
[terrain_type]
|
||||
symbol_image=bridge/planks-se-nw
|
||||
symbol_image=bridge/planks-se-nw-tile
|
||||
id=plankbridgediag1
|
||||
name= _ "Plank Bridge"
|
||||
string=^Bp\
|
||||
|
@ -2174,7 +2174,7 @@
|
|||
[/terrain_type]
|
||||
|
||||
[terrain_type]
|
||||
symbol_image=bridge/planks-sw-ne
|
||||
symbol_image=bridge/planks-sw-ne-tile
|
||||
id=plankbridgediag2
|
||||
name= _ "Plank Bridge"
|
||||
string=^Bp/
|
||||
|
|
Loading…
Add table
Reference in a new issue