29 lines
678 B
XML
29 lines
678 B
XML
<Level>
|
|
<LevelDescription>
|
|
<SceneFile filename="podval.scene"/>
|
|
<Skybox name="skybox/sky_01.dae"/>
|
|
<AmbientColor r="0.01" g="0.01" b="0.01"/>
|
|
</LevelDescription>
|
|
|
|
<Entities>
|
|
<Entity classname="actor_player">
|
|
<Position x="0.0" y="2.0" z="0.0" />
|
|
<IsDisabled value="false" />
|
|
</Entity>
|
|
|
|
<Entity classname="Light">
|
|
<Position x="0.0" y="1.3950" z="-1"/>
|
|
<IsDisabled value="false" />
|
|
<Color r="0.5" g="0.5" b="0.7"/>
|
|
<Radius value="2.5"/>
|
|
</Entity>
|
|
|
|
<Entity classname="Light">
|
|
<Position x="0.0" y="1.3950" z="3"/>
|
|
<IsDisabled value="false" />
|
|
<Color r="0.5" g="0.5" b="0.7"/>
|
|
<Radius value="2.5"/>
|
|
</Entity>
|
|
|
|
</Entities>
|
|
</Level> |