Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Tablexia-old
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
10
Issues
10
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
labs
Tablexia-old
Commits
4028e9d5
Commit
4028e9d5
authored
Dec 08, 2014
by
Matyáš Latner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#83
Oprava problikávání tlačítka "HOTOVO"
parent
3911d303
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
src/main/java/cz/nic/tablexia/game/games/potme/action/widget/ActionsWidget.java
...ablexia/game/games/potme/action/widget/ActionsWidget.java
+0
-3
No files found.
src/main/java/cz/nic/tablexia/game/games/potme/action/widget/ActionsWidget.java
View file @
4028e9d5
...
...
@@ -269,9 +269,6 @@ public class ActionsWidget extends Entity implements ActionListener {
if
(
potmeDifficulty
==
PotmeDifficulty
.
TUTORIAL
)
{
if
(
currentStepNumber
<
PotmeActivity
.
TUTORIAL_STEPS
.
size
())
{
highliteAction
(
PotmeActivity
.
TUTORIAL_STEPS
.
get
(
currentStepNumber
));
if
(
startButton
!=
null
)
{
startButton
.
disable
();
}
}
else
{
PotmeActivity
.
GameLayer
.
BUTTON_LAYER
.
sendToFront
(
scene
);
if
(
startButton
!=
null
)
{
...
...
Write
Preview
Markdown
is supported
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