aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordrumsetmonkey <abelleisle@roadrunner.com>2017-04-27 21:31:00 -0400
committerdrumsetmonkey <abelleisle@roadrunner.com>2017-04-27 21:31:00 -0400
commit40f2ab396ccca1a12cc74d18c9758da5bc2f1afc (patch)
tree0fe58b332d80402c9c94725d164a1d992e70a0ad
parentc90bfe8ac7c068b33fe4639564286befcc96a91c (diff)
Updated sprites
-rw-r--r--assets/player/player.pngbin1562 -> 1567 bytes
-rw-r--r--src/player.cpp2
-rw-r--r--xml/!town.xml2
3 files changed, 2 insertions, 2 deletions
diff --git a/assets/player/player.png b/assets/player/player.png
index 6a3fff8..7a23127 100644
--- a/assets/player/player.png
+++ b/assets/player/player.png
Binary files differ
diff --git a/src/player.cpp b/src/player.cpp
index 1908af4..1537721 100644
--- a/src/player.cpp
+++ b/src/player.cpp
@@ -75,7 +75,7 @@ void PlayerSystem::create(void)
player.assign<Position>(0.0f, 100.0f);
player.assign<Direction>(0.0f, 0.0f);
//player.assign<Physics>(-0.001f);
- player.assign<Physics>(1);
+ player.assign<Physics>(.25);
player.assign<Visible>(-0.2f);
player.assign<Health>(100);
auto sprite = player.assign<Sprite>();
diff --git a/xml/!town.xml b/xml/!town.xml
index d256af9..7fa7371 100644
--- a/xml/!town.xml
+++ b/xml/!town.xml
@@ -3,7 +3,7 @@
<World>
<style background="0" bgm="assets/music/embark.wav" folder="assets/style/classic/"/>
- <generation width="320"/>
+ <generation width="5000"/>
<weather>Sunny</weather>
<link right="!town2.xml"/>
<spawnx>-300</spawnx>