Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
TDT4240 Tank Wars
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
Package 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
Snorre Skjellestad Kristiansen
TDT4240 Tank Wars
Commits
ec06f67e
Commit
ec06f67e
authored
1 year ago
by
Magnus Segtnan Skjølberg
Browse files
Options
Downloads
Patches
Plain Diff
(
#18
): remove hud debug
parent
1f1f4642
No related branches found
Branches containing commit
No related tags found
3 merge requests
!51
Resolve "Adjust cannon angle from touch input"
,
!35
Draft: Resolve "Adjust cannon angle from touch input"
,
!32
Combine hud with gameplay
Pipeline
#214207
failed
1 year ago
Stage: backend test
Stage: frontend test
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
frontend/core/src/com/game/tankwars/view/GameHud.java
+1
-1
1 addition, 1 deletion
frontend/core/src/com/game/tankwars/view/GameHud.java
with
1 addition
and
1 deletion
frontend/core/src/com/game/tankwars/view/GameHud.java
+
1
−
1
View file @
ec06f67e
...
...
@@ -46,7 +46,7 @@ public class GameHud {
table
=
new
Table
();
table
.
setFillParent
(
true
);
table
.
setDebug
(
tru
e
);
table
.
setDebug
(
fals
e
);
stage
.
addActor
(
table
);
...
...
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