c7dad79e72
# Conflicts: # resources/Schema/Components.xsd # resources/Schema/Entities/Player.xml # resources/Schema/Entities/PlayerRed.xml # src/Game/Systems/PlayerMovementSystem.cpp
8 lines
341 B
XML
8 lines
341 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">
|
|
<MovementSpeed>3</MovementSpeed>
|
|
<CrouchSpeed>1.5</CrouchSpeed>
|
|
<JumpSpeed>4.0</JumpSpeed>
|
|
<CurrentWishDirection X="0" Y="0" Z="0"/>
|
|
<CurrentWeapon></CurrentWeapon>
|
|
</Player> |