mirror of
https://github.com/inf112-v20/Fiasko.git
synced 2025-02-01 07:39:35 +01:00
la til info i konstuktøren
This commit is contained in:
parent
3f4387a525
commit
dd9a8f6dbd
@ -43,7 +43,7 @@ public class StartMenuScreen extends AbstractScreen {
|
|||||||
public boolean touchDown (InputEvent event, float x, float y, int pointer, int button) {
|
public boolean touchDown (InputEvent event, float x, float y, int pointer, int button) {
|
||||||
try {
|
try {
|
||||||
roboRallyWrapper.server = new RoboRallyServer();
|
roboRallyWrapper.server = new RoboRallyServer();
|
||||||
roboRallyWrapper.client = new RoboRallyClient("127.0.0.1");
|
roboRallyWrapper.client = new RoboRallyClient("127.0.0.1",roboRallyWrapper);
|
||||||
roboRallyWrapper.setScreen(roboRallyWrapper.screenManager.getUsernameScreen(roboRallyWrapper));
|
roboRallyWrapper.setScreen(roboRallyWrapper.screenManager.getUsernameScreen(roboRallyWrapper));
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user