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)

Piirsin kuvan valmiiksi

Line 
1using System;
2using Jypeli;
3using Jypeli.Widgets;
4using Jypeli.Assets;
5
6public 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.