Slick Forums

Discuss the Slick 2D Library
It is currently Sat May 18, 2013 11:31 pm

All times are UTC




Post new topic Reply to topic  [ 4 posts ] 
Author Message
PostPosted: Fri Mar 23, 2012 7:58 am 
Offline
Slick2D Developer

Joined: Thu Mar 31, 2011 5:06 am
Posts: 239
I have the player spritesheet - Image

Using the MarteEngine resource loader index file
Code:
<sheet key="playerSpritesheet" file="player\player.png" width="512" height="512" />
I load it using
Code:
ResourceManager.loadResources("resources/resourceIndex.xml");
.

Now for some reason, alot of functions related to using the spritesheet aren't working. In this particular case, all I am trying to do is set the graphic of the entity.

Code:
SpriteSheet spriteSheet = ResourceManager.getSpriteSheet("playerSpritesheet");
setGraphic(spriteSheet.getSprite(1, 0).getScaledCopy(4f));


this is throwing the error "SubImage out of sheet bounds: 1,0". Can anyone figure this out?

_________________
Liam (liamzebedee) Edwards-Playne
Cryptum


Top
 Profile  
 
PostPosted: Fri Mar 23, 2012 9:42 am 
Offline
Slick Zombie

Joined: Wed Apr 02, 2008 1:32 pm
Posts: 1313
Location: Italy
problem came from width and height properties on xml tag: must be width and height of single frame, not width and height of entire image

_________________
Blog | Last game Gravity Duck tribute | In progress Gravity Duck tribute


Top
 Profile  
 
PostPosted: Fri Mar 23, 2012 9:55 am 
Offline
Slick2D Developer

Joined: Thu Mar 31, 2011 5:06 am
Posts: 239
Wow thanks.

_________________
Liam (liamzebedee) Edwards-Playne
Cryptum


Top
 Profile  
 
PostPosted: Fri Mar 23, 2012 10:25 am 
Offline
Slick Zombie

Joined: Wed Apr 02, 2008 1:32 pm
Posts: 1313
Location: Italy
you are welcome :D

_________________
Blog | Last game Gravity Duck tribute | In progress Gravity Duck tribute


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 4 posts ] 

All times are UTC


Who is online

Users browsing this forum: Google [Bot] and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group