Method |
Description |
|
Endlap ( PictureBox pic ) : void |
|
|
FPS_Tick ( object sender, EventArgs e ) : void |
|
|
Form1_KeyDown ( object sender, KeyEventArgs e ) : void |
|
|
Form1_Load ( object sender, EventArgs e ) : void |
|
|
Game ( ) : void |
|
|
Gameover ( ) : void |
|
|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor. |
|
LoseHealth ( ) : void |
|
|
PewEndlap ( PictureBox pic ) : void |
|
|
PlayerCollision ( PictureBox pic ) : void |
|
|
PlayerMovement ( ) : void |
|
|
Powerup ( ) : void |
|
|
PowerupChance ( int max ) : int |
|
|
PowerupCollision ( PictureBox pic, bool &pup1, bool &pup2, bool &pup3 ) : void |
|
|
PowerupMovement ( PictureBox pic, bool &pup ) : void |
|
|
RandomObst ( int min, int max ) : int |
|
|
Shoot ( ) : void |
|
|
Shop ( ) : void |
|
|
Tutorial ( ) : void |
|
|
timRumble_Tick ( object sender, EventArgs e ) : void |
|
|
timSpeed_Tick ( object sender, EventArgs e ) : void |
|
|
timTutorial_Tick ( object sender, EventArgs e ) : void |
|
|
wm_WiimoteChanged ( object sender, WiimoteChangedEventArgs e ) : void |
|
|