diff options
Diffstat (limited to 'Scenes/Dungeon.tscn')
-rw-r--r-- | Scenes/Dungeon.tscn | 19 |
1 files changed, 3 insertions, 16 deletions
diff --git a/Scenes/Dungeon.tscn b/Scenes/Dungeon.tscn index 4bbacd1..072dc0f 100644 --- a/Scenes/Dungeon.tscn +++ b/Scenes/Dungeon.tscn @@ -1,26 +1,18 @@ -[gd_scene load_steps=16 format=2] +[gd_scene load_steps=13 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] [ext_resource path="res://Scenes/UIController.gd" type="Script" id=4] [ext_resource path="res://Assets/AlegreyaSansSC-ExtraBold.ttf" type="DynamicFontData" id=5] [ext_resource path="res://Scenes/ScoreParticle.tscn" type="PackedScene" id=6] [ext_resource path="res://Assets/arm.png" type="Texture" id=7] -[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] -background_mode = 2 +background_mode = 1 background_sky = SubResource( 2 ) +background_color = Color( 0.1, 0.1, 0.1, 1 ) ambient_light_color = Color( 1, 1, 1, 1 ) dof_blur_far_amount = 0.06 @@ -70,11 +62,6 @@ tracks/0/keys = { [node name="Dungeon" type="Spatial"] script = ExtResource( 1 ) -[node name="Floor" type="MeshInstance" parent="."] -transform = Transform( 12, 0, 0, 0, 1, 0, 0, 0, 12, 0, 0, 0 ) -mesh = SubResource( 1 ) -material/0 = SubResource( 4 ) - [node name="WorldEnvironment" type="WorldEnvironment" parent="."] environment = SubResource( 3 ) |