| 123456789101112131415161718192021 |
- '===============================================================================
- ' Little Shooty Test Thing
- ' Code & Stuff by Richard Olpin ([email protected])
- '===============================================================================
- ' Initialisation
- '===============================================================================
- Function Init()
- HideMouse()
- JoyCount()
- TPlayer.CreatePlayer()
- Tbullet.image=LoadImage("gfx/player_shot.png", MASKEDIMAGE)
- CreateBG()
- TParticle.Init()
- TEnemy.Init()
- InitSound()
- EndFunction
|