From e5bdcdd221a67ad1586f836e2fdd7e86549d6763 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Wed, 17 Jul 2013 17:41:52 +0200 Subject: [PATCH] =?UTF-8?q?Aumentata=20la=20velocit=C3=A0=20di=20rotolamen?= =?UTF-8?q?to=20di=20radio?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/rollL.gml | 2 +- scripts/rollR.gml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/rollL.gml b/scripts/rollL.gml index 7c1e9eb..a4cf9a5 100644 --- a/scripts/rollL.gml +++ b/scripts/rollL.gml @@ -1 +1 @@ -physics_apply_torque(-100); +physics_apply_torque(-200); diff --git a/scripts/rollR.gml b/scripts/rollR.gml index 183365b..b733ea9 100644 --- a/scripts/rollR.gml +++ b/scripts/rollR.gml @@ -1 +1 @@ -physics_apply_torque(100); +physics_apply_torque(200);