summaryrefslogtreecommitdiff
path: root/Scenes/Dungeon.tscn
diff options
context:
space:
mode:
authorBrenin Cardoso <behilustra@gmail.com>2022-07-16 14:33:28 -0300
committerBrenin Cardoso <behilustra@gmail.com>2022-07-16 14:33:28 -0300
commit72e676dbe630b5e34dd5dbf297065902d19e7a11 (patch)
tree3664bb4abd984d26fbe20a84efc099efdac893d0 /Scenes/Dungeon.tscn
parent004f3602bacab63c0f77e00577a306855a8fdb8e (diff)
downloadgamejam-gmtk-2022-72e676dbe630b5e34dd5dbf297065902d19e7a11.tar.gz
gamejam-gmtk-2022-72e676dbe630b5e34dd5dbf297065902d19e7a11.tar.bz2
gamejam-gmtk-2022-72e676dbe630b5e34dd5dbf297065902d19e7a11.zip
Visual obstacles and floor
Diffstat (limited to 'Scenes/Dungeon.tscn')
-rw-r--r--Scenes/Dungeon.tscn13
1 files changed, 10 insertions, 3 deletions
diff --git a/Scenes/Dungeon.tscn b/Scenes/Dungeon.tscn
index 5ca40d8..5795e4d 100644
--- a/Scenes/Dungeon.tscn
+++ b/Scenes/Dungeon.tscn
@@ -1,10 +1,17 @@
-[gd_scene load_steps=6 format=2]
+[gd_scene load_steps=8 format=2]
[ext_resource path="res://Scenes/Dungeon.gd" type="Script" id=1]
[ext_resource path="res://Scenes/CameraControl.gd" type="Script" id=2]
+[ext_resource path="res://Assets/Environment/Floor_tile.png" type="Texture" id=3]
[sub_resource type="PlaneMesh" id=1]
+[sub_resource type="SpatialMaterial" id=4]
+albedo_color = Color( 0.694118, 0.505882, 0.666667, 1 )
+albedo_texture = ExtResource( 3 )
+uv1_scale = Vector3( 12, 12, 1 )
+uv1_offset = Vector3( 0.25, 0.25, 1 )
+
[sub_resource type="ProceduralSky" id=2]
[sub_resource type="Environment" id=3]
@@ -17,9 +24,9 @@ dof_blur_far_amount = 0.06
script = ExtResource( 1 )
[node name="Floor" type="MeshInstance" parent="."]
-transform = Transform( 12.2453, 0, 0, 0, 1, 0, 0, 0, 12.2453, 0, 0, 0 )
+transform = Transform( 12, 0, 0, 0, 1, 0, 0, 0, 12, 0, 0, 0 )
mesh = SubResource( 1 )
-material/0 = null
+material/0 = SubResource( 4 )
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
environment = SubResource( 3 )