More work on the new manual
This commit is contained in:
parent
e01fe31da8
commit
19e66c1c93
15 changed files with 680 additions and 40 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue