Changeset 3545
- Timestamp:
- 2012-07-04 14:55:59 (11 years ago)
- Location:
- 2012/27/LeeviK
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
2012/27/LeeviK/PhysicsBall/PhysicsBall/PhysicsBall/PhysicsBall.cs
r3542 r3545 67 67 Level.BackgroundColor = Color.Gray; 68 68 Camera.Follow(Pelaaja); 69 } 69 70 70 71 void AloitaKentta() … … 109 110 Level.Background.Image = Tausta; 110 111 } else 111 Level.Background.Image = Tausta2; 112 Level.Background.Image = Tausta2; 113 114 ControllerOne.Vibrate(0.5, 0.5, 0.0, 0.0, 0.1); 112 115 } 113 116 Object LuoKatoava() -
2012/27/LeeviK/Pong/Pong/Pong/Pong.cs
r3544 r3545 182 182 void KasittelePallonTormays(PhysicsObject pallo, PhysicsObject kohde) 183 183 { 184 test.Play(); 185 184 186 if (kohde == oikeaReuna) 185 187 {
Note: See TracChangeset
for help on using the changeset viewer.