Changeset 8231


Ignore:
Timestamp:
2016-07-29 10:33:30 (7 years ago)
Author:
almajono
Message:
 
Location:
2016/30/AleksiN/name/name/name
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • 2016/30/AleksiN/name/name/name/name.cs

    r8230 r8231  
    2121    { 
    2222 
    23         Level.Width = Screen.Width * 25; 
     23        Level.Width = Screen.Width * 20; 
    2424        SmoothTextures = true; 
    2525        IsFullScreen = false; 
     
    8383    void CreateLevel() 
    8484    { 
    85         Surface level = Surface.CreateBottom(Level, 500, 700, 200, 250); //500, 700, 200, 250 //10, 10, 10, 10 
     85        Surface level = Surface.CreateBottom(Level, 500, 700, 160, 150); //500, 700, 160, 150 //10, 10, 10, 10 
    8686        Add(level); 
    8787        level.Left = Screen.Left; 
     
    125125        hitBox.IsVisible = false; 
    126126        bike.KineticFriction = 1.0; 
    127         bike.AngularDamping = 0.99; 
     127        bike.AngularDamping = 0.98; 
    128128        bike.LinearDamping = 1; 
    129129        bike.Restitution = 0.2; 
Note: See TracChangeset for help on using the changeset viewer.