X-Git-Url: http://git.purplebirdman.com/baabarian.git/blobdiff_plain/526b0a508cd476fa750b479e59045bd253ca2949..48a972450ae342fd7a4e635b3be6b157432d000d:/class/Pinball.gd?ds=sidebyside diff --git a/class/Pinball.gd b/class/Pinball.gd index b836868..c6c841e 100644 --- a/class/Pinball.gd +++ b/class/Pinball.gd @@ -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