Java Game Tutorial: Ep 14 - Loading Tiles

preview_player
Показать описание
Learning Java 2D Game programming: Ep 14 - Loading Tiles

In this episode we do some minor refactoring to our SpriteLibrary class and then we create a fast woodfloor tile texture using GIMP. You can use any photo editing software like Paint to do your texture.

If you don't want to make your own texture, you can use mine:

Рекомендации по теме
Комментарии
Автор

i handt gotten the grid to work for the past few videos... finally got it to work although i still have no idea how i broke it or how i fixed it. love your turtorial serious though :)

spen
Автор

I encountered a bit of a problem...Exception in thread "Thread-0" Cannot invoke "java.awt.image.BufferedImage.getSubimage(int, int, int, int)" because "this.currentAnimationSheet" is null [EDIT]: Nevermind me i fixed it :D

George-wchg