Added a FloatingEffectSystem to the game. Pickups now move up and down, if so desired.

This commit is contained in:
antc13
2016-03-02 17:22:44 +01:00
parent f8f4b4d939
commit 7d15313209
7 changed files with 210 additions and 83 deletions
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<FloatingEffect xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="FloatingEffect.xsd">
<Period>1</Period>
<Amplitude>1</Amplitude>
<Time>0</Time>
<Axis X="0" Y="0" Z="0"/>
</FloatingEffect>