b098bd2bd3
# Conflicts: # include/Engine/Core/ComponentWrapper.h # include/Game/PlayerSystem.h # include/Game/Systems/HealthSystem.h # resources/Schema/Components.xsd # resources/Schema/Components/Player.xml # resources/Schema/Types/Entity.xsd # src/Game/PlayerSystem.cpp # src/Tests/HealthSystemTest.cpp # src/Tests/OctTreeTestAnders.cpp # src/Tests/OctTreeTestGameClass.cpp # src/Tests/OctTreeTestGameClass.h # src/Tests/OctTreeTestHardCodedTestWorld.h
9 lines
322 B
XML
9 lines
322 B
XML
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
|
|
<Player xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="Player.xsd">
|
|
<EquippedItem>0</EquippedItem>
|
|
<Velocity X="0" Y="0" Z="0"/>
|
|
<Forward>false</Forward>
|
|
<Left>false</Left>
|
|
<Back>false</Back>
|
|
<Right>false</Right>
|
|
</Player> |