aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>