Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 11941 for code


Ignore:
Timestamp:
May 4, 2018, 11:34:28 PM (6 years ago)
Author:
dreherm
Message:

Afraid Test 3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/3DPacman_FS18/src/modules/pacman/Pacman.h

    r11933 r11941  
    8080            PacmanGelb* getPlayer();
    8181            int getPoints();
     82            void setAfraid();
    8283
    8384
     
    9394            PacmanGelb* player;
    9495            bool bcolli = false;
     96            float timer = 0;
    9597            Vector3 startposplayer = Vector3(0,10,245);
    9698            int totallevelpoint = 3;
    9799            //bool firstGame;
    98100            bool afraid = false;
    99             float timer = 0;
    100101           
    101102       private:
Note: See TracChangeset for help on using the changeset viewer.