source:
2010/27/Vekakart/Catch The Rainbow/Catch The Rainbow/Peli.cs
@
1114
Revision 1114, 298 bytes checked in by vekakart, 13 years ago (diff) |
---|
Line | |
---|---|
1 | using System; |
2 | using Jypeli; |
3 | using Jypeli.Widgets; |
4 | using Jypeli.Assets; |
5 | |
6 | public class Peli : PhysicsGame |
7 | |
8 | { |
9 | protected override void Begin() |
10 | { |
11 | } |
12 | |
13 | void LuoChandler() |
14 | { |
15 | PhysicsObject Chandler = new PhysicsObject (40,20); |
16 | Add (Chandler); |
17 | } |
18 | } |
Note: See TracBrowser
for help on using the repository browser.