source:
2016/30/VeetiR/PerusPeli3/PerusPeli3/PerusPeli3/PerusPeli3.cs
@
8126
Revision 8126, 446 bytes checked in by sieerinn, 7 years ago (diff) |
---|
Line | |
---|---|
1 | using System; |
2 | using System.Collections.Generic; |
3 | using Jypeli; |
4 | using Jypeli.Assets; |
5 | using Jypeli.Controls; |
6 | using Jypeli.Effects; |
7 | using Jypeli.Widgets; |
8 | |
9 | public class PerusPeli3 : Game |
10 | { |
11 | public override void Begin() |
12 | { |
13 | // Kirjoita ohjelmakoodisi tähän |
14 | |
15 | Keyboard.Listen(Key.Escape, ButtonState.Pressed, ConfirmExit, "Lopeta peli"); |
16 | PhysicsObject kuutio = new PhysicsObject(40.0, 40.0); |
17 | |
18 | } |
19 | } |
Note: See TracBrowser
for help on using the repository browser.