From 68bebe41495379dc0ae7ba28e4675d9637f0bd1e Mon Sep 17 00:00:00 2001 From: Christopher Johns Date: Wed, 18 Oct 2017 20:02:35 -0700 Subject: [PATCH] updated notes --- Bugs and things to do.txt | 10 ---------- ChangeLog.txt | 1 + 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/Bugs and things to do.txt b/Bugs and things to do.txt index 4c426b650..6afa50f8f 100644 --- a/Bugs and things to do.txt +++ b/Bugs and things to do.txt @@ -26,16 +26,6 @@ MULTIPLAYER-Related: ****IDEAS(that should probably be implemented)**** **** -EPIC idea I just came up with: -To help with the variability of menus, and further customization, I think I should re-implement a ListItem-isque system once again. Basically, I can make classes for different types of options, and each option will deal with its own status, if any. It will probably take an InputHandler object in its tick() method, and will not have a reference to its parent menu, unless such becomes necessary. -It will be recommended that the list item does not use the up or down keys for any controls, as those will change the selected item. - -For ListItems that simply cause something to happen when clicked, I'd love to get some sort of functional interface thing going, except that it will be a class that has one method that is always overridden, the onClick() method, that will do something. It will deal with calling it when the select key is pressed. - -ListItems also will handle their own rendering, and will be passed an x and y coordinate, or perhaps a rectangle, to draw in. Probably x,y. So, InventoryItems can render their icon, and such. - -**** - Make it so the world loading menu displays both a percentage and a message saying what it is doing, ie, "Generating surface level..." **** diff --git a/ChangeLog.txt b/ChangeLog.txt index 6bea2ea81..791457c08 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -8,6 +8,7 @@ Minicraft+ version 2.0.4 * Added/fixed the hints that pop up when you try to place walls/floors/doors. + Added an in-game, in-depth storyline guide. + Added an FPS slider. +* Made default game mode Normal instead of Easy. Minicraft+ version 2.0.3