diff options
| author | realtradam <[email protected]> | 2020-03-15 03:24:21 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2020-03-15 03:24:21 -0400 |
| commit | 007e9dab410d825e92b0d391fd8356efcb4cb5db (patch) | |
| tree | 1a20456a7d65202ac49c061466082b32411aa25f /Racing-Game/World.tscn | |
| parent | ace8100600de99aed17c5de718b582749f126168 (diff) | |
| download | optimal-direction-007e9dab410d825e92b0d391fd8356efcb4cb5db.tar.gz optimal-direction-007e9dab410d825e92b0d391fd8356efcb4cb5db.zip | |
updated file structure, still not done
Diffstat (limited to 'Racing-Game/World.tscn')
| -rw-r--r-- | Racing-Game/World.tscn | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Racing-Game/World.tscn b/Racing-Game/World.tscn index c5a1496..af59a77 100644 --- a/Racing-Game/World.tscn +++ b/Racing-Game/World.tscn @@ -19,11 +19,11 @@ [ext_resource path="res://Art(non-orig)/LCDMonoWinTT/LCDML___.TTF" type="DynamicFontData" id=17] [ext_resource path="res://Interface/RichTextLabel.gd" type="Script" id=18] [ext_resource path="res://Art(non-orig)/PNG/Objects/skidmark_short_2.png" type="Texture" id=19] -[ext_resource path="res://MyLine.gd" type="Script" id=20] -[ext_resource path="res://BLLine.gd" type="Script" id=21] +[ext_resource path="res://4WheelCar/BRLine.gd" type="Script" id=20] +[ext_resource path="res://4WheelCar/BLLine.gd" type="Script" id=21] [ext_resource path="res://Art(non-orig)/PNG/Objects/skidmark_short_1.png" type="Texture" id=22] -[ext_resource path="res://FRLine.gd" type="Script" id=23] -[ext_resource path="res://FLLine.gd" type="Script" id=24] +[ext_resource path="res://4WheelCar/FRLine.gd" type="Script" id=23] +[ext_resource path="res://4WheelCar/FLLine.gd" type="Script" id=24] [ext_resource path="res://Area2D.gd" type="Script" id=25] [sub_resource type="RectangleShape2D" id=1] |
