aboutsummaryrefslogtreecommitdiffstats
path: root/src/gameplay.cpp
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2015-11-04 08:50:18 -0500
committerClyne Sullivan <tullivan99@gmail.com>2015-11-04 08:50:18 -0500
commit69701af0cdd9b5cb41fff7ac7b1265c71506b7da (patch)
tree423fc30de843943db89cde9aa5802883a25bd8b9 /src/gameplay.cpp
parent6b7dd6a9c031fd2129676500bc8e8633d3fcf234 (diff)
ortho binds to y
Diffstat (limited to 'src/gameplay.cpp')
-rw-r--r--src/gameplay.cpp2
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).