Skip to content

Prolong lose animation and fix game widget reset#64

Open
YahorL wants to merge 2 commits into
developingfrom
prolong_lose_animation
Open

Prolong lose animation and fix game widget reset#64
YahorL wants to merge 2 commits into
developingfrom
prolong_lose_animation

Conversation

@YahorL
Copy link
Copy Markdown
Collaborator

@YahorL YahorL commented Jun 30, 2022

No description provided.

Comment thread src/Client/View/FinalGameWidget/game_widget.cpp Outdated
This was linked to issues Jun 30, 2022
@sonarqubecloud
Copy link
Copy Markdown

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

yellow_bulb_blue_ = new QLabel(this);
loss_timer_ = new QTimer(this);
loss_timer_->setInterval(500);
loss_timer_->setInterval(1300);
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Можно вынести в файл с контантами

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

там по хорошему надо все переделать, поэтому я думаю можно забить

} else {
game_widget_->EndGame();
QTimer::singleShot(2500, call_final_screen);
QTimer::singleShot(5200, call_final_screen);
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Можно вынести в файл с контантами

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Prolong lose animation Reset game widget after game

2 participants