Texture background { filename=bg.jpg } Sprite bgSprite { texture=background rect=0, 0, 512, 512 } Texture sheet { filename=sheet.png } Sprite playerSprite { texture=sheet rect=0, 0, 64, 64 } Animation star { texture=sheet rect=0, 64, 64, 64 frames=3 fps=1.0 mode=FORWARD,LOOP } Font font1 { filename=font1.fnt }