Ignore:
Timestamp:
2013-07-05 11:55:41 (10 years ago)
Author:
teematma
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • 2013/27/TeemuM/Game/Game/Game/Player.cs

    r4468 r4474  
    3737    //Events 
    3838    public event EmptyHandler Dying; 
     39 
     40    Image transparrent = Game.LoadImage("transparent"); 
    3941 
    4042    public Player(G game, double width, double height, int health, bool addDefaultControls) 
     
    129131        { 
    130132            weapon = new Cannon(75, 25); 
     133             
    131134        } 
    132135        else if (itemName.ToLower() == "plasmacannon") 
Note: See TracChangeset for help on using the changeset viewer.