Implemented sprite caching, water, grass, and improved performance

This commit is contained in:
Anuken
2017-05-19 18:08:55 -04:00
parent b8b3848e5e
commit 6709d9856d
69 changed files with 477 additions and 527 deletions

View File

@@ -34,7 +34,7 @@ public class MenuDialog extends Dialog{
hide();
paused = false;
playing = false;
});
}).show();
}).width(200);
}
}