summaryrefslogtreecommitdiffhomepage
path: root/Racing-Game/4WheelCar/Skidmark.tscn
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2020-03-15 15:16:39 -0400
committerrealtradam <[email protected]>2020-03-15 15:16:39 -0400
commitfeb18d37762eb8f4414625175576f8fe9debd992 (patch)
treecd7d7409f0cc67f846b33f4fb9d9a329ec207883 /Racing-Game/4WheelCar/Skidmark.tscn
parentc65f6805081e999fa231f71b231dba6dc05286ea (diff)
downloadoptimal-direction-feb18d37762eb8f4414625175576f8fe9debd992.tar.gz
optimal-direction-feb18d37762eb8f4414625175576f8fe9debd992.zip
refactoring complete close #4
Diffstat (limited to 'Racing-Game/4WheelCar/Skidmark.tscn')
-rw-r--r--Racing-Game/4WheelCar/Skidmark.tscn11
1 files changed, 0 insertions, 11 deletions
diff --git a/Racing-Game/4WheelCar/Skidmark.tscn b/Racing-Game/4WheelCar/Skidmark.tscn
deleted file mode 100644
index 46c5d40..0000000
--- a/Racing-Game/4WheelCar/Skidmark.tscn
+++ /dev/null
@@ -1,11 +0,0 @@
-[gd_scene load_steps=3 format=2]
-
-[ext_resource path="res://Art(non-orig)/PNG/Objects/skidmark_short_1.png" type="Texture" id=1]
-[ext_resource path="res://4WheelCar/Skidmarks.gd" type="Script" id=2]
-
-[node name="Skidmark" type="Line2D"]
-position = Vector2( -21.2326, -38.4176 )
-default_color = Color( 0.4, 0.501961, 1, 1 )
-texture = ExtResource( 1 )
-texture_mode = 192263440
-script = ExtResource( 2 )