Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
TDT4240-group23
SpaceCheckers
Commits
5fb4be88
Commit
5fb4be88
authored
Apr 25, 2021
by
Anders H. Rebner
Browse files
Increased font size
parent
8a2b70a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
CheckersClient/core/src/com/mygdx/game/UniCheckersClient.java
View file @
5fb4be88
...
...
@@ -39,8 +39,6 @@ public class UniCheckersClient extends ApplicationAdapter {
stage
=
new
Stage
(
viewport
);
Gdx
.
input
.
setInputProcessor
(
stage
);
// Initialize Models.. // TODO: remove?
// Initialize controllers..
NetworkController
networkController
=
new
NetworkController
();
playerController
=
new
PlayerController
(
networkController
);
...
...
@@ -50,6 +48,7 @@ public class UniCheckersClient extends ApplicationAdapter {
assetManager
=
new
AssetManager
(
new
InternalFileHandleResolver
());
skin
=
new
Skin
(
Gdx
.
files
.
internal
(
"UISkins/glassy/skin/glassy-ui.json"
));
skin
.
getFont
(
"font"
).
getData
().
setScale
(
1.4
F
);
gvm
=
new
GameViewManager
();
gvm
.
push
(
new
LoadingView
(
gvm
,
playerController
,
assetManager
,
stage
,
skin
));
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment