Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 13, 2018, 12:39:06 AM (7 years ago)
Author:
dreherm
Message:

HUD test 1

File:
1 edited

Legend:

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

    r11951 r11958  
    5656            void setnewTarget(int firstdec, int seconddec, int thirddec, int fourthdec);
    5757            void changewith(PacmanGhost* otherghost);
     58            void levelupvelo();
    5859
    5960            bool findpos(Vector3 one, Vector3 other);     
     
    6566            bool ismoving = false;
    6667            int target_x = 0;
    67             int target_z = 0;
     68            int target_z = 0;
     69            Vector3 velocity;
    6870
    6971        private:
    7072            int decision = 0; //Gives the random which way information to the ghost.
    71             Vector3 velocity;
    7273            Vector3 resetposition = Vector3(0,10,15);
    7374    };
Note: See TracChangeset for help on using the changeset viewer.