Changeset 3119
- Timestamp:
- 2012-06-15 12:19:41 (11 years ago)
- Location:
- 2012/24/PyryL/RageFight
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
2012/24/PyryL/RageFight/RageFight/RageFight/RageFight.cs
r3085 r3119 553 553 } 554 554 555 //void liikutaNopea(PlatformCharacter hahmo, double nopeus) 556 //{ 557 // hahmo.Walk(powerNopeus); 558 //} 559 555 560 void hyppaa(PlatformCharacter hahmo, double nopeus) 556 561 { … … 619 624 void p1Power() 620 625 { 626 621 627 Keyboard.Listen(Key.Left, ButtonState.Down, liikuta, "Liikkuu vasemmalle", pelaaja1, -powerNopeus); 622 628 Keyboard.Listen(Key.Right, ButtonState.Down, liikuta, "Liikkuu vasemmalle", pelaaja1, powerNopeus);
Note: See TracChangeset
for help on using the changeset viewer.