mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-07-04 05:55:47 -07:00
Missing actor files
This was SVN commit r1440.
This commit is contained in:
parent
f7b7760e68
commit
b1534dfd7b
2 changed files with 31 additions and 0 deletions
|
|
@ -0,0 +1,14 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
|
||||
|
||||
<!DOCTYPE Object SYSTEM "/art/actors/object.dtd">
|
||||
|
||||
<!-- File automatically generated by ScEd -->
|
||||
<Object>
|
||||
<Name>prop</Name>
|
||||
<ModelName>art/meshes/test/prop_proptest.pmd</ModelName>
|
||||
<TextureName>art/textures/terrain/types/special/blackness.dds</TextureName>
|
||||
<Properties
|
||||
autoflatten="0"
|
||||
castshadows="1"
|
||||
></Properties>
|
||||
</Object>
|
||||
17
binaries/data/mods/official/art/actors/special/proptest.xml
Normal file
17
binaries/data/mods/official/art/actors/special/proptest.xml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
|
||||
|
||||
<!DOCTYPE Object SYSTEM "/art/actors/object.dtd">
|
||||
|
||||
<!-- File automatically generated by ScEd -->
|
||||
<Object>
|
||||
<Name>proptest</Name>
|
||||
<ModelName>art/meshes/test/proptest.pmd</ModelName>
|
||||
<TextureName>art/textures/terrain/types/grass/grass1_a.dds</TextureName>
|
||||
<Properties
|
||||
autoflatten="1"
|
||||
castshadows="1"
|
||||
></Properties>
|
||||
<Props>
|
||||
<Prop attachpoint="PSProp01" model="prop"> </Prop>
|
||||
</Props>
|
||||
</Object>
|
||||
Loading…
Reference in a new issue