|
@@ -57,6 +57,8 @@ func _clignoter(delta: float) -> void:
|
|
if inversion_horizontale:
|
|
if inversion_horizontale:
|
|
image.flip_h = not image.flip_h
|
|
image.flip_h = not image.flip_h
|
|
|
|
|
|
|
|
+ image.set_rotation(randf_range(0.0, 2 * PI))
|
|
|
|
+
|
|
_duree_clignotement = 0.0
|
|
_duree_clignotement = 0.0
|
|
|
|
|
|
|
|
|