mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-07-04 05:55:47 -07:00
[art] Resize the minimap icons from 32x32 to 16x16
This was SVN commit r26621.
This commit is contained in:
parent
dff79a388b
commit
4f028b0771
11 changed files with 23 additions and 15 deletions
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:296edd28777763d616049b9cfbff55ed71cee38a4cc151bfb161d6ce295dca9f
|
||||
size 225
|
||||
oid sha256:a408e86ef5d84cd3f6e35a693719190d9c1ad17f905fa9c083fa02a8fafc1974
|
||||
size 187
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1b12941bfb6e8f42689f42fe2293f4d7cadd3b381ceada6745e53e3dbcbcd4c4
|
||||
size 239
|
||||
oid sha256:e84484535a07db8654ae7d0b54ef7a10352bfb58332f10fc393b055dd20a4df8
|
||||
size 219
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7d325179aca548caee22806f38f66a5ff0cce841606d85dd962c628b714d00fa
|
||||
size 150
|
||||
oid sha256:82434c6a8ab2a630e3c156ab2435f0d4a8e9d9b0fb8b2683fabf78cd4047d22d
|
||||
size 124
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7984b0f379c6d67da9594b7efe0bab7567111ae66d2e3181048468aa767567b4
|
||||
size 442
|
||||
oid sha256:5fa9c663aaba5a93e4923973a89a9ef16f4b889f468caf0ac1553c50805eaf21
|
||||
size 350
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9db775ef47cadf55d4a02c98b7bc6d4c9125ea5ccfba343cf16f7bfb627210a5
|
||||
size 178
|
||||
oid sha256:a41cabe1c1ecc26045c6e6399291618e231038a917d66e54b19dc7ef666f5dcb
|
||||
size 145
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7e8dc52fc2f165927634672dc9bbed7602f61efc169f13bac3b316c67e4086fb
|
||||
size 246
|
||||
oid sha256:e7af9c7dea139086fb6229e7ca1f66aa00319606ae588dbf6e641db035a47494
|
||||
size 194
|
||||
|
|
|
|||
|
|
@ -14,6 +14,10 @@
|
|||
</VisibleClasses>
|
||||
<Undeletable>true</Undeletable>
|
||||
</Identity>
|
||||
<Minimap>
|
||||
<Type>structure</Type>
|
||||
<Icon size="16.0">other.png</Icon>
|
||||
</Minimap>
|
||||
<Obstruction>
|
||||
<Static width="20" depth="21"/>
|
||||
</Obstruction>
|
||||
|
|
|
|||
|
|
@ -8,6 +8,10 @@
|
|||
<GenericName>Trading Post</GenericName>
|
||||
<Undeletable>true</Undeletable>
|
||||
</Identity>
|
||||
<Minimap>
|
||||
<Type>structure</Type>
|
||||
<Icon size="16.0">other.png</Icon>
|
||||
</Minimap>
|
||||
<Researcher>
|
||||
<Technologies datatype="tokens">
|
||||
-trader_health
|
||||
|
|
|
|||
|
|
@ -86,7 +86,7 @@
|
|||
</Loot>
|
||||
<Minimap>
|
||||
<Type>structure</Type>
|
||||
<Icon size="32.0">civil_centre.png</Icon>
|
||||
<Icon size="16.0">civil_centre.png</Icon>
|
||||
</Minimap>
|
||||
<Obstruction>
|
||||
<Static depth="30.0" width="30.0"/>
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@
|
|||
</Loot>
|
||||
<Minimap>
|
||||
<Type>structure</Type>
|
||||
<Icon size="32.0">wonder.png</Icon>
|
||||
<Icon size="16.0">wonder.png</Icon>
|
||||
</Minimap>
|
||||
<Obstruction>
|
||||
<Static width="30.0" depth="30.0"/>
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
<Undeletable>true</Undeletable>
|
||||
</Identity>
|
||||
<Minimap>
|
||||
<Icon size="32.0">relic.png</Icon>
|
||||
<Icon size="16.0">relic.png</Icon>
|
||||
</Minimap>
|
||||
<Position>
|
||||
<Anchor>pitch-roll</Anchor>
|
||||
|
|
|
|||
Loading…
Reference in a new issue