Archived
0

fix(display) Переместили персонажа вниз экрана

This commit is contained in:
2013-10-09 17:13:34 +04:00
parent 142816a06a
commit b91ca5c7c5
2 changed files with 9 additions and 8 deletions

View File

@@ -68,6 +68,7 @@ public class Main {
init_opengl(width, height);
foxy = new Foxy();
foxy.setY(Display.getHeight() - (34*4));
while(!Display.isCloseRequested()){
GL11.glClear(GL11.GL_COLOR_BUFFER_BIT);