Added PointLight Component in XML files

This commit is contained in:
viktorljung
2015-12-18 13:20:55 +01:00
parent 3636ad45af
commit ef4cbfece8
5 changed files with 49 additions and 0 deletions
+22
View File
@@ -17,6 +17,28 @@
</c:Model>
</Components>
</Entity>
<Entity>
<Components>
<c:Transform>
<Scale X="1" Y="1" Z="1"/>
</c:Transform>
<c:PointLight>
</c:PointLight>
</Components>
</Entity>
<Entity>
<Components>
<c:Player>
<Velocity X="0" Y="0" Z="0"/>
</c:Player>
<c:Transform>
<Position X="2.5"/>
</c:Transform>
<c:Model>
<Resource>Models/Core/UnitCube.obj</Resource>
</c:Model>
</Components>
</Entity>
<Entity>
<Components>
<c:Player>