Ignore:
Timestamp:
2010-08-02 14:49:12 (13 years ago)
Author:
paaaanro
Message:

Muokkasin Pong peliä, ja loin uuden projektin maanantai_lisatehtava_1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 2010/31/rimapuha/Pong/Peli.cs

    r1514 r1525  
    2828    void LuoKentta() 
    2929    { 
    30         pallo = new PhysicsObject(36.0, 37.0); 
     30        //Alkuperäinen koodi 
     31        //pallo = new PhysicsObject(36.0, 37.0); 
     32        pallo = new PhysicsObject(50.8, 50.8); 
    3133        pallo.Shape = Shapes.Circle; 
    3234        pallo.X = -200.0; 
Note: See TracChangeset for help on using the changeset viewer.