mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-07-04 05:55:47 -07:00
Revert the quarry change from 4981cdedad and instead create a new template to accommodate the new quarry model.
Reported by: @elexis This was SVN commit r22841.
This commit is contained in:
parent
3a31af7e92
commit
cf45819cd2
2 changed files with 7 additions and 1 deletions
|
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="template_gaia_geo_rock_slabs">
|
||||
<VisualActor>
|
||||
<Actor>geology/stonemine_granite_large.xml</Actor>
|
||||
</VisualActor>
|
||||
</Entity>
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="template_gaia_geo_rock_slabs">
|
||||
<VisualActor>
|
||||
<Actor>geology/stonemine_granite_large.xml</Actor>
|
||||
<Actor>geology/stonemine_temperate_quarry.xml</Actor>
|
||||
</VisualActor>
|
||||
</Entity>
|
||||
|
|
|
|||
Loading…
Reference in a new issue