Search found 1 match
- Mon Jan 21, 2013 2:14 pm
- Forum: General
- Topic: Aroma - Game engine for Chrome
- Replies: 20
- Views: 19299
Re: Aroma - Game engine for Chrome
Hi there! I have this sprite in my game which is a 96x32 but when I try to do local playerSprite = aroma.graphics.newImage("data/ship.png") local playerQuad = aroma.graphics.newQuad(0, 0, 32, 18, 96, 18) And later: aroma.graphics.drawq(playerSprite, playerQuad, player.x, player.y) What's w...