Changeset 8797 for 2017/24


Ignore:
Timestamp:
2017-06-16 12:47:16 (6 years ago)
Author:
npo17_16
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • 2017/24/IlariI/piXgel GAmE/piXgel GAmE/piXgel_GAmE/piXgel_GAmE.cs

    r8790 r8797  
    1818    Image olioruumis = LoadImage("olioruumis"); 
    1919    Image ruumis = LoadImage("ruumis"); 
     20    //Image ruumis zoom = (30, 30); 
    2021 
    2122    Image[] hahmonKavely = LoadImages("hahmo", "hahmo2"); 
     
    5253    { 
    5354        hahmo = new PhysicsObject(30, 30); 
     55        
    5456        hahmo.CanRotate = false; 
    5557        hahmo.Restitution = 0.0; 
     
    288290        { 
    289291            hahmo.Image = ruumis; 
     292            hahmo.Width = 65; 
     293            hahmo.Height = 50; 
    290294             
    291295 
Note: See TracChangeset for help on using the changeset viewer.