summaryrefslogtreecommitdiffstats
path: root/Ship.gd
diff options
context:
space:
mode:
Diffstat (limited to 'Ship.gd')
-rw-r--r--Ship.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/Ship.gd b/Ship.gd
index 75f5f63..b89e3b9 100644
--- a/Ship.gd
+++ b/Ship.gd
@@ -1,6 +1,6 @@
extends RigidBody
-export var ang_acceleration = 60.0
+export var ang_acceleration = 240.0
func _integrate_forces(_state):
var stick = Input.get_axis("ship_right","ship_left")