Java Game Programming - Tile Types

preview_player
Показать описание
In this episode we begin to use our tile class and create a TileType enumerator.
Рекомендации по теме
Комментарии
Автор

Also, i can't use the regular input stream that you used

matthewcolescott
Автор

can anyone help with
Exception in thread "main" java.lang.RuntimeException: Resource not found: res/null.png
at
at
at
at
at
at data.Boot.main(Boot.java:30)

matthewcolescott
Автор

i get this error:
Exception in thread "main"
at
at
at Data.Boot.main(Boot.java:28)

FastAssassin
Автор

Hey, when I go to run the video after about 5:34 I get an error message "Resource not found: res/null.png" from when we used "null" as a dummy a few videos back. I've re-watched each video a few times over to see if I missed anything, and I didn't.
Do you know what the deal is? :/

wundabred
Автор

I have everything exactly as you do, but when I run it there is no grass tile in the top left corner
EDIT: fixed, misspelled height in one place :p

percy
Автор

HELP! I can't get some of the gl commands to work in Artist class.  What did I do wrong?

ironcaptaindoesmc
Автор

if you want other classes to be able to access the private variables you made, why didn't you just make them "public" (sorry for noob question :P )

ImStanleyHD