Added load and network buttons to settings panel
git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@395 72836036-5685-4462-b002-a69064685172
This commit is contained in:
parent
d940351fe4
commit
e7ee6778b0
5 changed files with 97 additions and 47 deletions
|
@ -31,6 +31,8 @@ public class MockSettingsPanel implements ISettingsPanel {
|
|||
/** */
|
||||
public MockEvent startGameEvent = new MockEvent();
|
||||
/** */
|
||||
public MockEvent networkGameEvent = new MockEvent();
|
||||
/** */
|
||||
public SettingsError error = SettingsError.NO_ERROR;
|
||||
/** */
|
||||
public boolean startButtonEnabled = true;
|
||||
|
@ -164,5 +166,4 @@ public class MockSettingsPanel implements ISettingsPanel {
|
|||
public IEvent1<Integer> getChangeTimeEvent() {
|
||||
return changeTimeEvent;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Reference in a new issue