aboutsummaryrefslogtreecommitdiffstats
path: root/godot/scenes/Die.gd
diff options
context:
space:
mode:
Diffstat (limited to 'godot/scenes/Die.gd')
-rw-r--r--godot/scenes/Die.gd1
1 files changed, 1 insertions, 0 deletions
diff --git a/godot/scenes/Die.gd b/godot/scenes/Die.gd
index f7d51d5..6f061b5 100644
--- a/godot/scenes/Die.gd
+++ b/godot/scenes/Die.gd
@@ -76,6 +76,7 @@ func _input(event):
die_launch_force = die_launch_force_direction * clamp(die_launch_force_magnitude, 0, die_launch_force_magnitude_max) * die_launch_force_multiplier
self.apply_central_impulse(die_launch_force)
$PowerUI/PowerBar.hide()
+ _game.add_stroke()
#Input.set_mouse_mode(Input.MOUSE_MODE_CAPTURED)
# add one to counter