[Orxonox-commit 7704] r12297 - code/branches/MouseAPI_FS19/data/levels
tkuonen at orxonox.net
tkuonen at orxonox.net
Thu Apr 11 15:37:00 CEST 2019
Author: tkuonen
Date: 2019-04-11 15:36:59 +0200 (Thu, 11 Apr 2019)
New Revision: 12297
Modified:
code/branches/MouseAPI_FS19/data/levels/MouseAPIExample.oxw
Log:
Fix Example Level
Modified: code/branches/MouseAPI_FS19/data/levels/MouseAPIExample.oxw
===================================================================
--- code/branches/MouseAPI_FS19/data/levels/MouseAPIExample.oxw 2019-04-11 13:27:08 UTC (rev 12296)
+++ code/branches/MouseAPI_FS19/data/levels/MouseAPIExample.oxw 2019-04-11 13:36:59 UTC (rev 12297)
@@ -11,7 +11,11 @@
include("templates/lodInformation.oxt")
?>
-<Level>
+<?lua
+ include("templates/spaceshipEscort.oxt")
+?>
+
+<Level gametype=MouseGametype>
<templates>
<Template link=lodtemplate_default />
@@ -23,7 +27,7 @@
>
<Light type=directional position="0,0,0" direction="0.253, 0.593, -0.765" diffuse="1.0, 0.9, 0.9, 1.0" specular="1.0, 0.9, 0.9, 1.0"/>
- <SpawnPoint team=0 position="-200,0,0" lookat="0,0,0" />
+ <SpawnPoint team=0 position="-200,0,0" lookat="0,0,0" />
<MouseAPIExample position="100,0,0" direction="0,0,0">
More information about the Orxonox-commit
mailing list