Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Bricked
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
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Robert Goldmann
Bricked
Commits
b8413705
Commit
b8413705
authored
8 years ago
by
Robert Goldmann
Browse files
Options
Downloads
Patches
Plain Diff
Fixed
#44
parent
b9a3bc7b
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!49
merge power-ups into master
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
bin/de/bricked/main/_de.properties
+1
-0
1 addition, 0 deletions
bin/de/bricked/main/_de.properties
src/de/bricked/main/_de.properties
+1
-0
1 addition, 0 deletions
src/de/bricked/main/_de.properties
src/de/bricked/ui/LevelController.java
+4
-0
4 additions, 0 deletions
src/de/bricked/ui/LevelController.java
with
6 additions
and
0 deletions
bin/de/bricked/main/_de.properties
+
1
−
0
View file @
b8413705
...
@@ -3,4 +3,5 @@ version.code=0
...
@@ -3,4 +3,5 @@ version.code=0
version.name
=
0.0.0
version.name
=
0.0.0
version.date
=
19.10.16
version.date
=
19.10.16
author
=
Max Wittig, Robert Goldmann (Vielen Dank an Tobias)
author
=
Max Wittig, Robert Goldmann (Vielen Dank an Tobias)
shortcut.debug.console
=
F12
shortcut.debug.console
=
F12
\ No newline at end of file
This diff is collapsed.
Click to expand it.
src/de/bricked/main/_de.properties
+
1
−
0
View file @
b8413705
...
@@ -3,4 +3,5 @@ version.code=0
...
@@ -3,4 +3,5 @@ version.code=0
version.name
=
0.0.0
version.name
=
0.0.0
version.date
=
19.10.16
version.date
=
19.10.16
author
=
Max Wittig, Robert Goldmann (Vielen Dank an Tobias)
author
=
Max Wittig, Robert Goldmann (Vielen Dank an Tobias)
shortcut.debug.console
=
F12
shortcut.debug.console
=
F12
\ No newline at end of file
This diff is collapsed.
Click to expand it.
src/de/bricked/ui/LevelController.java
+
4
−
0
View file @
b8413705
...
@@ -381,6 +381,10 @@ public class LevelController
...
@@ -381,6 +381,10 @@ public class LevelController
private
void
initTimer
()
private
void
initTimer
()
{
{
previousTime
=
0
;
secondsElapsedSinceLastFpsUpdate
=
0
f
;
fps
=
0
;
timer
=
new
AnimationTimer
()
timer
=
new
AnimationTimer
()
{
{
@Override
@Override
...
...
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