add stuff
This commit is contained in:
29
data/levels/podval/podval.xml
Normal file
29
data/levels/podval/podval.xml
Normal file
@@ -0,0 +1,29 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user