Changeset 2356 for 2011


Ignore:
Timestamp:
2011-06-30 13:40:31 (12 years ago)
Author:
jaollipa
Message:
 
Location:
2011/26/JaakkoL/Rogue Agent 2372/Rogue Agent 2372
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • 2011/26/JaakkoL/Rogue Agent 2372/Rogue Agent 2372/Rogue Agent 2372/Player.cs

    r2355 r2356  
    3131        // Creating the weapon; for now only a pistol 
    3232        Pistol pistol = new Pistol(20.0, 10.0); 
    33         pistol.X = -5; 
    34         pistol.Y = 12; 
     33        pistol.X = 18; 
     34        pistol.Y = 11; 
    3535        this.Weapon = pistol; 
    3636        pistol.ProjectileCollision += bulletReachedTarget; 
Note: See TracChangeset for help on using the changeset viewer.