Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 7, 2016, 5:08:11 PM (7 years ago)
Author:
patricwi
Message:

visualization of pickup system initiated. next steps: add pickup icons when picked up

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/HUD_HS16/src/modules/pickup/PickupManager.cc

    r11253 r11277  
    5151#include "CollectiblePickup.h"
    5252#include "PickupRepresentation.h"
     53// #include "overlays/hud/HUDPickupSystem.h"
    5354
    5455namespace orxonox
     
    378379    //This function is called by the command line or by the key binding
    379380    //it uses or unuses the pickup, depending on its current state
    380     void PickupManager::useUnusePickup(uint32_t index) //uint32_t index
     381    void PickupManager::useUnusePickup(uint32_t index)
    381382    {
    382383        orxout() << "Hello there I was here " << index << endl;
Note: See TracChangeset for help on using the changeset viewer.