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
f78829ca
Commit
f78829ca
authored
2 years ago
by
karinlie
Browse files
Options
Downloads
Patches
Plain Diff
Remove unused import, revert some changes
parent
930ead19
No related branches found
No related tags found
1 merge request
!2
Resolve "Design buttons where user jumps/slides"
Pipeline
#214580
passed
2 years ago
Stage: test
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
core/src/tdt4240/netrunner/Netrunner.kt
+2
-4
2 additions, 4 deletions
core/src/tdt4240/netrunner/Netrunner.kt
with
2 additions
and
4 deletions
core/src/tdt4240/netrunner/Netrunner.kt
+
2
−
4
View file @
f78829ca
...
...
@@ -5,10 +5,8 @@ import com.badlogic.gdx.InputMultiplexer
import
com.badlogic.gdx.Game
import
org.slf4j.LoggerFactory
import
com.badlogic.gdx.graphics.Texture
import
com.badlogic.gdx.graphics.g2d.BitmapFont
import
com.badlogic.gdx.graphics.g2d.SpriteBatch
import
com.badlogic.gdx.math.Vector2
import
com.badlogic.gdx.scenes.scene2d.Stage
import
com.badlogic.gdx.scenes.scene2d.ui.Skin
import
com.badlogic.gdx.utils.ScreenUtils
import
com.badlogic.gdx.graphics.glutils.ShapeRenderer
...
...
@@ -20,8 +18,8 @@ import tdt4240.netrunner.view.LoadingScreen
import
java.util.*
class
Netrunner
:
Game
()
{
private
lateinit
var
skin
:
Skin
private
lateinit
var
batch
:
SpriteBatch
lateinit
var
skin
:
Skin
lateinit
var
batch
:
SpriteBatch
private
lateinit
var
img
:
Texture
private
var
position
:
Vector2
=
Vector2
(
300f
,
0f
)
private
var
speed
:
Float
=
10.0f
...
...
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