We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09c33d9 commit 08c168eCopy full SHA for 08c168e
gaster_fight/player.cpp
@@ -232,7 +232,10 @@ void Player::Update()
232
{
233
this->button_hovered--;
234
}
235
+ this->HoverButton(this->button_hovered);
236
+ button_hover_move_tick = current_tick + 250;
237
238
+
239
else if (sf::Keyboard::isKeyPressed(sf::Keyboard::Right))
240
241
if (this->button_hovered == Button_Type::Mercy_Button)
@@ -243,9 +246,9 @@ void Player::Update()
243
246
244
247
this->button_hovered++;
245
248
249
250
251
- this->HoverButton(this->button_hovered);
- button_hover_move_tick = current_tick + 200;
252
253
254
if (sf::Keyboard::isKeyPressed(sf::Keyboard::Z))
0 commit comments