Slick Forums

Discuss the Slick 2D Library
It is currently Sun May 19, 2013 11:16 pm

All times are UTC




Post new topic Reply to topic  [ 3 posts ] 
Author Message
PostPosted: Mon May 14, 2007 11:44 pm 
Offline
Slick Zombie

Joined: Sat Jan 27, 2007 7:10 pm
Posts: 1467
I'm getting an exception when I try to render my map created in Tiled.

Here's the map and tileset I'm using:
http://dave-des.freehostia.com/rpg/map01.tmx
http://img241.imageshack.us/img241/259/summersv6.png

Code:
java.lang.ArrayIndexOutOfBoundsException: 19
        at org.newdawn.slick.SpriteSheet.renderInUse(SpriteSheet.java:170)
        at org.newdawn.slick.tiled.TiledMap$Layer.render(TiledMap.java:720)
        at mdes.rpg.AreaMap.render(AreaMap.java:153)
        at mdes.rpg.game.TestState.renderState(TestState.java:272)
        at mdes.rpg.game.RpgGameState.render(RpgGameState.java:25)
        at org.newdawn.slick.state.StateBasedGame.render(StateBasedGame.java:187)
        at org.newdawn.slick.GameContainer.updateAndRender(GameContainer.java:362)
        at org.newdawn.slick.AppGameContainer.start(AppGameContainer.java:286)
        at mdes.rpg.game.RpgGame.main(RpgGame.java:63)


Top
 Profile  
 
 Post subject:
PostPosted: Tue May 15, 2007 3:16 am 
Offline
Regular

Joined: Wed Feb 07, 2007 4:04 am
Posts: 107
The problem is with your tileset. You need to add a 1 pixel border to the right and the bottom of your image. Since you are using a spacing of one, every tile must have that spacing.


Top
 Profile  
 
 Post subject:
PostPosted: Tue May 15, 2007 12:48 pm 
Offline
Slick Zombie

Joined: Sat Jan 27, 2007 7:10 pm
Posts: 1467
CaptainJester wrote:
The problem is with your tileset. You need to add a 1 pixel border to the right and the bottom of your image. Since you are using a spacing of one, every tile must have that spacing.

Ah thanks! Completely missed this. :) Works now.


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

All times are UTC


Who is online

Users browsing this forum: No registered users and 0 guests


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