summaryrefslogtreecommitdiff
path: root/Scenes/Obstacle.tscn
diff options
context:
space:
mode:
Diffstat (limited to 'Scenes/Obstacle.tscn')
-rw-r--r--Scenes/Obstacle.tscn4
1 files changed, 2 insertions, 2 deletions
diff --git a/Scenes/Obstacle.tscn b/Scenes/Obstacle.tscn
index 18cd059..a768039 100644
--- a/Scenes/Obstacle.tscn
+++ b/Scenes/Obstacle.tscn
@@ -3,7 +3,7 @@
[ext_resource path="res://Scenes/Entity.gd" type="Script" id=1]
[sub_resource type="CubeMesh" id=6]
-size = Vector3( 1, 2, 1 )
+size = Vector3( 0.8, 0.8, 0.8 )
[sub_resource type="SpatialMaterial" id=5]
albedo_color = Color( 0.976471, 0.541176, 0.541176, 1 )
@@ -12,7 +12,7 @@ albedo_color = Color( 0.976471, 0.541176, 0.541176, 1 )
script = ExtResource( 1 )
[node name="Mesh" type="MeshInstance" parent="."]
-transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0 )
+transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.4, 0 )
mesh = SubResource( 6 )
skeleton = NodePath("../..")
material/0 = SubResource( 5 )