Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SpaceCheckers
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TDT4240-group23
SpaceCheckers
Commits
5fb4be88
You need to sign in or sign up before continuing.
Commit
5fb4be88
authored
4 years ago
by
Anders H. Rebner
Browse files
Options
Downloads
Patches
Plain Diff
Increased font size
parent
8a2b70a9
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
CheckersClient/core/src/com/mygdx/game/UniCheckersClient.java
+1
-2
1 addition, 2 deletions
...kersClient/core/src/com/mygdx/game/UniCheckersClient.java
with
1 addition
and
2 deletions
CheckersClient/core/src/com/mygdx/game/UniCheckersClient.java
+
1
−
2
View file @
5fb4be88
...
@@ -39,8 +39,6 @@ public class UniCheckersClient extends ApplicationAdapter {
...
@@ -39,8 +39,6 @@ public class UniCheckersClient extends ApplicationAdapter {
stage
=
new
Stage
(
viewport
);
stage
=
new
Stage
(
viewport
);
Gdx
.
input
.
setInputProcessor
(
stage
);
Gdx
.
input
.
setInputProcessor
(
stage
);
// Initialize Models.. // TODO: remove?
// Initialize controllers..
// Initialize controllers..
NetworkController
networkController
=
new
NetworkController
();
NetworkController
networkController
=
new
NetworkController
();
playerController
=
new
PlayerController
(
networkController
);
playerController
=
new
PlayerController
(
networkController
);
...
@@ -50,6 +48,7 @@ public class UniCheckersClient extends ApplicationAdapter {
...
@@ -50,6 +48,7 @@ public class UniCheckersClient extends ApplicationAdapter {
assetManager
=
new
AssetManager
(
new
InternalFileHandleResolver
());
assetManager
=
new
AssetManager
(
new
InternalFileHandleResolver
());
skin
=
new
Skin
(
Gdx
.
files
.
internal
(
"UISkins/glassy/skin/glassy-ui.json"
));
skin
=
new
Skin
(
Gdx
.
files
.
internal
(
"UISkins/glassy/skin/glassy-ui.json"
));
skin
.
getFont
(
"font"
).
getData
().
setScale
(
1.4
F
);
gvm
=
new
GameViewManager
();
gvm
=
new
GameViewManager
();
gvm
.
push
(
new
LoadingView
(
gvm
,
playerController
,
assetManager
,
stage
,
skin
));
gvm
.
push
(
new
LoadingView
(
gvm
,
playerController
,
assetManager
,
stage
,
skin
));
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment