diff options
Diffstat (limited to 'src/game.cpp')
-rw-r--r-- | src/game.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game.cpp b/src/game.cpp index 91cf4d2..a2f4bbc 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -116,7 +116,7 @@ void state_t::start(void) human.size[1] = v2f_t(+0.4f, +0.4f); human.render_size[0] = v2f_t(-0.5f, -1.0f); human.render_size[1] = v2f_t(+0.5f, +0.5f); - human.place(&world, v2f_t(0.5f, 0.5f)); + human.place(&world, v2f_t(2.5f, -3.5f)); human2.size[0] = v2f_t(-0.4f, -0.4f); human2.size[1] = v2f_t(+0.4f, +0.4f); |