- Timestamp:
- 2015-06-29 18:48:06 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
2015/27/ohjaajat/TheLegendOfGabriel/TheLegendOfGabriel/TheLegendOfGabriel/TheLegendOfGabriel.cs
r6539 r6540 7 7 using Jypeli.Effects; 8 8 using Jypeli.Widgets; 9 using Microsoft.Xna.Framework;10 using Physics2DDotNet;11 using Color = Jypeli.Color;12 9 13 10 sealed class Exit : PhysicsObject … … 192 189 double dt = gameTime.SinceLastUpdate.TotalSeconds; 193 190 194 const double transitionSpeed = 3.0;191 const double transitionSpeed = 5.0; 195 192 196 193 if (transition)
Note: See TracChangeset
for help on using the changeset viewer.