diff options
| author | realtradam <[email protected]> | 2020-03-14 17:47:27 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2020-03-14 17:47:27 -0400 |
| commit | ace8100600de99aed17c5de718b582749f126168 (patch) | |
| tree | 28caece492919039b26167bf61026618dc17688c /Racing-Game/4WheelCar/4WheelCar.tscn | |
| parent | f435ce10e93d7798ad4fe43be33cd01a4edd3dfb (diff) | |
| download | optimal-direction-ace8100600de99aed17c5de718b582749f126168.tar.gz optimal-direction-ace8100600de99aed17c5de718b582749f126168.zip | |
Some file refactoring was completed.
Diffstat (limited to 'Racing-Game/4WheelCar/4WheelCar.tscn')
| -rw-r--r-- | Racing-Game/4WheelCar/4WheelCar.tscn | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Racing-Game/4WheelCar/4WheelCar.tscn b/Racing-Game/4WheelCar/4WheelCar.tscn index 242e6d5..84b4549 100644 --- a/Racing-Game/4WheelCar/4WheelCar.tscn +++ b/Racing-Game/4WheelCar/4WheelCar.tscn @@ -1,10 +1,10 @@ [gd_scene load_steps=10 format=2] -[ext_resource path="res://CarBody.gd" type="Script" id=1] +[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://FrontWheel.gd" type="Script" id=3] +[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://BackWheel.gd" type="Script" id=5] +[ext_resource path="res://4WheelCar/BackWheel.gd" type="Script" id=5] [sub_resource type="RectangleShape2D" id=1] |
