Browse Source

Removing test blocks

pull/1/head
Ryan Reed 1 month ago
parent
commit
484e3cca88
1 changed files with 1 additions and 23 deletions
  1. +1
    -23
      scenes/world/world.tscn

+ 1
- 23
scenes/world/world.tscn View File

@ -1,9 +1,6 @@
[gd_scene load_steps=8 format=3 uid="uid://mkfitwqnerku"]
[gd_scene load_steps=5 format=3 uid="uid://mkfitwqnerku"]
[ext_resource type="Script" uid="uid://c0jbvki2cylct" path="res://scenes/world/world.gd" id="1_6m72w"] [ext_resource type="Script" uid="uid://c0jbvki2cylct" path="res://scenes/world/world.gd" id="1_6m72w"]
[ext_resource type="PackedScene" uid="uid://col07xd76y60h" path="res://scenes/blocks/block.tscn" id="1_dphjl"]
[ext_resource type="Material" uid="uid://uex0dq00xomt" path="res://assets/materials/dirt.tres" id="2_sl2e5"]
[ext_resource type="Material" uid="uid://cx7m27qa4ds4s" path="res://assets/materials/stone.tres" id="3_1fp7r"]
[sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_4rhad"] [sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_4rhad"]
sky_horizon_color = Color(0.662243, 0.671743, 0.686743, 1) sky_horizon_color = Color(0.662243, 0.671743, 0.686743, 1)
@ -30,22 +27,3 @@ shadow_enabled = true
[node name="Camera3D" type="Camera3D" parent="."] [node name="Camera3D" type="Camera3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 0.866025, 0.5, 0, -0.5, 0.866025, 0.1, 1.86802, 3.38687) transform = Transform3D(1, 0, 0, 0, 0.866025, 0.5, 0, -0.5, 0.866025, 0.1, 1.86802, 3.38687)
[node name="Block" parent="." instance=ExtResource("1_dphjl")]
visible = false
material = ExtResource("2_sl2e5")
[node name="Block2" parent="." instance=ExtResource("1_dphjl")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1)
visible = false
material = ExtResource("2_sl2e5")
[node name="Block3" parent="." instance=ExtResource("1_dphjl")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1, 0, 1)
visible = false
material = ExtResource("3_1fp7r")
[node name="Block4" parent="." instance=ExtResource("1_dphjl")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1, 0, 0)
visible = false
material = ExtResource("3_1fp7r")

Loading…
Cancel
Save