/usr/share/games/dustracing2d/meshes.conf is in dustracing2d-data 2.0.1-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 | <?xml version="1.0"?>
<!-- Mesh config used by the game.
Maps handles used in the game to .obj files. -->
<meshes baseModelPath="./models/">
<mesh handle="crate" model="cube.obj" texture1="crate"/>
<mesh handle="bridge" model="bridge.obj" texture1="asphalt">
<scale x="4.8" y="4.6" z="4.0"/>
</mesh>
</meshes>
|