Skip to content

Commit

Permalink
Update Player.as
Browse files Browse the repository at this point in the history
  • Loading branch information
codemagic-dot-net committed Dec 16, 2011
1 parent cefd471 commit 955c977
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Player.as
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ package
[Embed(source='data/Sound/SndPlayershoot.mp3')] protected var SndPlayershoot:Class; // Collect Coin [Embed(source='data/Sound/SndPlayershoot.mp3')] protected var SndPlayershoot:Class; // Collect Coin




// DOn't edit this ;) // Don't edit this ;)
public var hasPowerup:Boolean = false; // sollte eigentlich in die Player.as public var hasPowerup:Boolean = false;
public var hasPowerup2:Boolean = false; // sollte eigentlich in die Player.as public var hasPowerup2:Boolean = false;
public var hasPowerup3:Boolean = false; // sollte eigentlich in die Player.as public var hasPowerup3:Boolean = false;
public var Powerup2Timer:uint = 0; public var Powerup2Timer:uint = 0;
public var Powerup3Timer:uint = 0; public var Powerup3Timer:uint = 0;


Expand Down

0 comments on commit 955c977

Please sign in to comment.