Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
Netrunner
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
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
Olivia Foshaug Ingvaldsen
Netrunner
Commits
06b711e2
Commit
06b711e2
authored
2 years ago
by
INGRID HECK
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of gitlab.stud.idi.ntnu.no:johain/netrunner
parents
9cc5b29e
b8fca555
No related branches found
No related tags found
1 merge request
!9
Updating branch 13
Pipeline
#217724
passed
2 years ago
Stage: test
Changes
2
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
android/res/drawable/logo.png
+0
-0
0 additions, 0 deletions
android/res/drawable/logo.png
desktop/src/tdt4240/netrunner/DesktopLauncher.kt
+1
-1
1 addition, 1 deletion
desktop/src/tdt4240/netrunner/DesktopLauncher.kt
with
1 addition
and
1 deletion
android/res/drawable/logo.png
+
0
−
0
View replaced file @
9cc5b29e
View file @
06b711e2
73.2 KiB
|
W:
|
H:
13.4 KiB
|
W:
|
H:
2-up
Swipe
Onion skin
This diff is collapsed.
Click to expand it.
desktop/src/tdt4240/netrunner/DesktopLauncher.kt
+
1
−
1
View file @
06b711e2
...
...
@@ -10,7 +10,7 @@ object DesktopLauncher {
val
config
=
Lwjgl3ApplicationConfiguration
()
config
.
setForegroundFPS
(
60
)
config
.
setTitle
(
"Netrunner"
)
config
.
setWindowIcon
(
"
logo_A
.png"
)
config
.
setWindowIcon
(
"
icon
.png"
)
Lwjgl3Application
(
Netrunner
(),
config
)
}
}
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