diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2015-11-04 08:50:18 -0500 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2015-11-04 08:50:18 -0500 |
commit | 69701af0cdd9b5cb41fff7ac7b1265c71506b7da (patch) | |
tree | 423fc30de843943db89cde9aa5802883a25bd8b9 /src/gameplay.cpp | |
parent | 6b7dd6a9c031fd2129676500bc8e8633d3fcf234 (diff) |
ortho binds to y
Diffstat (limited to 'src/gameplay.cpp')
-rw-r--r-- | src/gameplay.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gameplay.cpp b/src/gameplay.cpp index f986ce3..baa91e8 100644 --- a/src/gameplay.cpp +++ b/src/gameplay.cpp @@ -51,7 +51,7 @@ void initEverything(void){ */ player=new Player(); - player->spawn(0,100); + player->spawn(0,5000); /* * Create a structure (this will create villagers when spawned). |