summaryrefslogtreecommitdiff
path: root/Scenes/Obstacle.tscn
diff options
context:
space:
mode:
Diffstat (limited to 'Scenes/Obstacle.tscn')
-rw-r--r--Scenes/Obstacle.tscn7
1 files changed, 4 insertions, 3 deletions
diff --git a/Scenes/Obstacle.tscn b/Scenes/Obstacle.tscn
index aeb41d6..f8fb257 100644
--- a/Scenes/Obstacle.tscn
+++ b/Scenes/Obstacle.tscn
@@ -1,12 +1,13 @@
-[gd_scene load_steps=4 format=2]
+[gd_scene load_steps=5 format=2]
[ext_resource path="res://Scenes/Entity.gd" type="Script" id=1]
+[ext_resource path="res://Assets/Environment/Obstacle.png" type="Texture" id=2]
[sub_resource type="CubeMesh" id=6]
-size = Vector3( 0.8, 0.8, 0.8 )
+size = Vector3( 1, 1, 1 )
[sub_resource type="SpatialMaterial" id=5]
-albedo_color = Color( 0.976471, 0.541176, 0.541176, 1 )
+albedo_texture = ExtResource( 2 )
[node name="Obstacle" type="Spatial"]
script = ExtResource( 1 )