Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 26, 2018, 4:11:19 PM (6 years ago)
Author:
dreherm
Message:

Game playable

File:
1 edited

Legend:

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

    r11898 r11915  
    7272            virtual void tick(float dt) override;
    7373
    74             virtual void playerPreSpawn(PlayerInfo* player) override;
    75 
    7674            void levelUp();
    7775            bool collis(Vector3 one, Vector3 other);
     
    9593            bool bcolli = false;
    9694            Vector3 startposplayer = Vector3(0,10,245);
    97             int totallevelpoint = 1;
     95            int totallevelpoint = 3;
    9896           
    9997       private:
Note: See TracChangeset for help on using the changeset viewer.