More work on the new manual

This commit is contained in:
gigabit101 2016-02-26 12:56:15 +00:00
parent e01fe31da8
commit 19e66c1c93
15 changed files with 680 additions and 40 deletions

View file

@ -13,7 +13,7 @@ import techreborn.manual.pages.BasePage;
public class PageCollection extends Gui {
public final List<BasePage> pages = Lists.newArrayList();
private String ACTIVE_PAGE = "CONTENTS";
private String ACTIVE_PAGE = Reference.pageNames.CONTENTS_PAGE;
protected int x;
protected int y;