From 484e3cca8830d85e621e1ec41e743c0f6cac51df Mon Sep 17 00:00:00 2001
From: Ryan Reed <git@ryanreed.net>
Date: Tue, 4 Mar 2025 10:50:05 -0500
Subject: [PATCH] Removing test blocks

---
 scenes/world/world.tscn | 24 +-----------------------
 1 file changed, 1 insertion(+), 23 deletions(-)

diff --git a/scenes/world/world.tscn b/scenes/world/world.tscn
index 65cba34..f977f6b 100644
--- a/scenes/world/world.tscn
+++ b/scenes/world/world.tscn
@@ -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="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"]
 sky_horizon_color = Color(0.662243, 0.671743, 0.686743, 1)
@@ -30,22 +27,3 @@ shadow_enabled = true
 
 [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)
-
-[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")