]> Untitled Git - baabarian.git/blobdiff - class/Pinball.gd
* Added dust clouds
[baabarian.git] / class / Pinball.gd
index b8368681d3f4ece0c5078e67f02607fef352b8c3..c6c841e301ca47ee164291daff9003552d2fa54f 100644 (file)
@@ -17,5 +17,4 @@ func _process(_delta: float) -> void:
        if angular_velocity.length() > 0.2:
                _mesh.scale = _moving_scale
        else:
-               rotation = Vector3.ZERO
                _mesh.scale = Vector3.ONE