small racing game im working on
Diffstat (limited to 'assets/blocks/platform_turn_3x3.tscn')
| -rw-r--r-- | assets/blocks/platform_turn_3x3.tscn | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/assets/blocks/platform_turn_3x3.tscn b/assets/blocks/platform_turn_3x3.tscn index e5d9a78..523822e 100644 --- a/assets/blocks/platform_turn_3x3.tscn +++ b/assets/blocks/platform_turn_3x3.tscn @@ -2,8 +2,8 @@ [ext_resource type="Script" path="res://classes/platform.gd" id="1_biqg8"] [ext_resource type="PackedScene" uid="uid://lq13suvwdu6g" path="res://assets/blocks/walls/flat_wall.tscn" id="2_e4e6n"] -[ext_resource type="PackedScene" path="res://assets/blocks/walls/large_curved_wall.tscn" id="3_l1pfb"] -[ext_resource type="PackedScene" path="res://assets/blocks/walls/small_curved_wall.tscn" id="4_jmw7o"] +[ext_resource type="PackedScene" uid="uid://dj2d2ckvnmgnn" path="res://assets/blocks/walls/large_curved_wall.tscn" id="3_l1pfb"] +[ext_resource type="PackedScene" uid="uid://0ik67845uufo" path="res://assets/blocks/walls/small_curved_wall.tscn" id="4_jmw7o"] [ext_resource type="ArrayMesh" uid="uid://1uh80csnupve" path="res://assets/meshes/platforms/wide_turn.tres" id="5_be8h1"] [ext_resource type="PackedScene" uid="uid://urgqw6yoy4f5" path="res://ui/editor/cameras/topdown_cam.tscn" id="6_u76a2"] @@ -24,6 +24,7 @@ north_wall_scene = ExtResource("3_l1pfb") north_wall_transform = Transform3D(-1, 0, 0, 0, 1, 0, 0, 0, 1, -20, 0, -20) south_wall_scene = ExtResource("4_jmw7o") south_wall_transform = Transform3D(0, 0, -1, 0, 1, 0, 1, 0, 0, 0, 0, 0) +metadata/_edit_group_ = true [node name="mesh" type="MeshInstance3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 4.5, 0) |