From e21db32169966b983e09b53801ee1a6d3101e57e Mon Sep 17 00:00:00 2001 From: drumsetmonkey Date: Mon, 30 Nov 2015 07:29:39 -0500 Subject: Look at my fancy inventory --- src/gameplay.cpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/gameplay.cpp') 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. */ -- cgit v1.2.3