Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
MilderJoghurt
FrozenNumbers
Commits
3560e53b
Commit
3560e53b
authored
Jan 20, 2016
by
MAhrens
Browse files
Each time bubbles fall down, the other player gets a bubble randomly shot on his field
parent
f8a0ec10
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/src/org/milderjoghurt/frozennumbers/screens/GameScreen.java
View file @
3560e53b
...
...
@@ -273,11 +273,13 @@ public class GameScreen implements Screen {
{
p
.
score
+=
points
;
iterator
.
remove
();
p2
.
timer
=
0
;
}
if
(
y
>
wHeight
-
3
*
bubblradius
&&
!
lower
)
{
p
.
score
+=
points
;
iterator
.
remove
();
p1
.
timer
=
0
;
}
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment