diff options
| author | realtradam <[email protected]> | 2020-03-15 15:16:39 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2020-03-15 15:16:39 -0400 |
| commit | feb18d37762eb8f4414625175576f8fe9debd992 (patch) | |
| tree | cd7d7409f0cc67f846b33f4fb9d9a329ec207883 /Racing-Game/4WheelCar/4WheelCar.tscn | |
| parent | c65f6805081e999fa231f71b231dba6dc05286ea (diff) | |
| download | optimal-direction-feb18d37762eb8f4414625175576f8fe9debd992.tar.gz optimal-direction-feb18d37762eb8f4414625175576f8fe9debd992.zip | |
refactoring complete close #4
Diffstat (limited to 'Racing-Game/4WheelCar/4WheelCar.tscn')
| -rw-r--r-- | Racing-Game/4WheelCar/4WheelCar.tscn | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Racing-Game/4WheelCar/4WheelCar.tscn b/Racing-Game/4WheelCar/4WheelCar.tscn index 84b4549..958cc39 100644 --- a/Racing-Game/4WheelCar/4WheelCar.tscn +++ b/Racing-Game/4WheelCar/4WheelCar.tscn @@ -3,9 +3,10 @@ [ext_resource path="res://4WheelCar/CarBody.gd" type="Script" id=1] [ext_resource path="res://Art(non-orig)/PNG/Cars/big/blue/car_blue_2.png" type="Texture" id=2] [ext_resource path="res://4WheelCar/FrontWheel.gd" type="Script" id=3] -[ext_resource path="res://4WheelCar/SkidController.gd" type="Script" id=4] +[ext_resource path="res://4WheelCar/Skid/SkidController.gd" type="Script" id=4] [ext_resource path="res://4WheelCar/BackWheel.gd" type="Script" id=5] + [sub_resource type="RectangleShape2D" id=1] [sub_resource type="RectangleShape2D" id=2] |
