Changeset 9202 for 2017/30/MikaelH/CatJump
- Timestamp:
- 2017-07-28 11:45:57 (3 years ago)
- Location:
- 2017/30/MikaelH/CatJump
- Files:
-
- 14 added
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
2017/30/MikaelH/CatJump/CatJump/CatJump/CatJump.cs
r9150 r9202 9 9 public class CatJump : PhysicsGame 10 10 { 11 const double nopeus = 200;12 const double hyppyNopeus = 750;13 const int RUUDUN_KOKO = 40;11 const double nopeus = 750; 12 const double hyppyNopeus = 1000; 13 const int RUUDUN_KOKO = 20; 14 14 15 15 PlatformCharacter pelaaja1; -
2017/30/MikaelH/CatJump/CatJump/CatJump/CatJump.csproj.Debug.cachefile
r9117 r9202 2 2 Content\norsu.xnb 3 3 Content\tahti.xnb 4 Content\kissa.xnb 4 5 Content\kentta1.xnb 5 Content\kissa.xnb
Note: See TracChangeset
for help on using the changeset viewer.