aboutsummaryrefslogtreecommitdiffstats
path: root/src/gameplay.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gameplay.cpp')
-rw-r--r--src/gameplay.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gameplay.cpp b/src/gameplay.cpp
index f54c607..b4c4b16 100644
--- a/src/gameplay.cpp
+++ b/src/gameplay.cpp
@@ -71,6 +71,7 @@ void initEverything(void){
test->generate(SCREEN_WIDTH*2);
test->setBackground(BG_FOREST);
+ test->setBGM("assets/music/embark.wav");
test->addHole(100,150);
test->addLayer(400);
@@ -115,7 +116,7 @@ void initEverything(void){
* Spawn some entities.
*/
- playerSpawnHill->addStructure(STRUCTURET,(rand()%120*HLINE),10,test,iw);
+ playerSpawnHill->addStructure(STRUCTURET,(rand()%120*HLINE),100,test,iw);
playerSpawnHill->addMob(MS_TRIGGER,-1300,0,CUTSCENEEE);
playerSpawnHill->addObject(SWORD_WOOD, false, "", 480,200);