summaryrefslogtreecommitdiffhomepage
path: root/Racing-Game/4WheelCar/SkidController.gd
diff options
context:
space:
mode:
Diffstat (limited to 'Racing-Game/4WheelCar/SkidController.gd')
-rw-r--r--Racing-Game/4WheelCar/SkidController.gd4
1 files changed, 2 insertions, 2 deletions
diff --git a/Racing-Game/4WheelCar/SkidController.gd b/Racing-Game/4WheelCar/SkidController.gd
index 105eb3b..745b195 100644
--- a/Racing-Game/4WheelCar/SkidController.gd
+++ b/Racing-Game/4WheelCar/SkidController.gd
@@ -11,7 +11,7 @@ var deleteme = 0;
# Called when the node enters the scene tree for the first time.
func _ready():
- skidFile = load("res://Skidmark.tscn")
+ skidFile = load("res://4WheelCar/Skidmark.tscn")
skidRecent = skidFile.instance()
add_child(skidRecent)
@@ -25,7 +25,7 @@ func _process(delta):
# create new skidding child, and set skid to true
skidSwitch = true
- skidFile = load("res://Skidmark.tscn")
+ skidFile = load("res://4WheelCar/Skidmark.tscn")
skidRecent = skidFile.instance()
add_child(skidRecent)
#set to run