aboutsummaryrefslogtreecommitdiffstats
path: root/src/gameplay.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gameplay.cpp')
-rw-r--r--src/gameplay.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/gameplay.cpp b/src/gameplay.cpp
index 52aceb8..6e85b6d 100644
--- a/src/gameplay.cpp
+++ b/src/gameplay.cpp
@@ -162,6 +162,13 @@ void initEverything(void){
currentWorld->addObject(SWORD_WOOD, false, NULL, 500,200);
currentWorld->addObject(FLASHLIGHT, true, "This looks important, do you want to pick it up?",600,200);
+
+ /*currentWorld->addObject(DEBUG_ITEM, 500,200);
+ currentWorld->addObject(TEST_ITEM, 550,200);
+ currentWorld->addObject(PLAYER_BAG, 600,200);
+ currentWorld->addObject(SWORD_WOOD, 650,200);
+ currentWorld->addObject(FLASHLIGHT, true, "This looks important, do you want to pick it up?",700,200);
+ */
/*
* Link all the entities that were just created to the initial world, and setup a test AI function.
*/