Changeset 901
- Timestamp:
- 2010-06-16 11:33:01 (13 years ago)
- Location:
- 2010/24/malaleht
- Files:
-
- 15 added
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
2010/24/malaleht/Autopeli1/Peli.cs
r843 r901 19 19 Vector qwerty = new Vector(50, 50); 20 20 21 AssaultRifle pyssy = new AssaultRifle(50, 20);22 kaaraAdd23 24 21 Automobile kaara = new Automobile(50, 20); 25 22 kaara.Mass = 2.0; … … 27 24 kaara.Move(qwerty); 28 25 Add(kaara); 26 27 28 29 { 30 31 } 29 32 30 33 -
2010/24/malaleht/pong1/Peli.cs
r843 r901 20 20 protected override void Begin() 21 21 { 22 23 24 25 22 26 LuoKentta(); 23 27 AsetaOhjaimet(); … … 25 29 AloitaPeli(); 26 30 } 31 32 33 34 35 36 37 27 38 28 39 void LuoKentta()
Note: See TracChangeset
for help on using the changeset viewer.