Changeset 8231
- Timestamp:
- 2016-07-29 10:33:30 (7 years ago)
- Location:
- 2016/30/AleksiN/name/name/name
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
2016/30/AleksiN/name/name/name/name.cs
r8230 r8231 21 21 { 22 22 23 Level.Width = Screen.Width * 2 5;23 Level.Width = Screen.Width * 20; 24 24 SmoothTextures = true; 25 25 IsFullScreen = false; … … 83 83 void CreateLevel() 84 84 { 85 Surface level = Surface.CreateBottom(Level, 500, 700, 200, 250); //500, 700, 200, 250 //10, 10, 10, 1085 Surface level = Surface.CreateBottom(Level, 500, 700, 160, 150); //500, 700, 160, 150 //10, 10, 10, 10 86 86 Add(level); 87 87 level.Left = Screen.Left; … … 125 125 hitBox.IsVisible = false; 126 126 bike.KineticFriction = 1.0; 127 bike.AngularDamping = 0.9 9;127 bike.AngularDamping = 0.98; 128 128 bike.LinearDamping = 1; 129 129 bike.Restitution = 0.2;
Note: See TracChangeset
for help on using the changeset viewer.