ember/data/dural/bread_slice.modeldef
Erik Ogenvik a1322f7b84 Moved data assets to top level "data" directory.
Also put them into "dural" directory. The idea is to have different
directories depending on the world on the server.
Or should we instead put them in a "deeds" directory matched to the
ruleset?
2014-11-23 11:32:52 +01:00

16 lines
480 B
Text

<models>
<model name="bread_slice" usescaleof="all" showcontained="true" icon="">
<translate x="0" y="0" z="0" />
<rotation x="1" y="0" z="0" degrees="0" />
<submodels>
<submodel mesh="dural/items/food/country_bread/model/bread_slice.mesh">
<parts />
</submodel>
</submodels>
<actions />
<attachpoints />
<views />
<lights />
<bonegroups />
</model>
</models>