Bit more cleanup.

This commit is contained in:
2025-08-07 16:05:24 -05:00
parent 53ad2da596
commit a7dcf760a7
328 changed files with 63 additions and 213098 deletions

12
maps/TestMapBase.tscn Normal file
View File

@@ -0,0 +1,12 @@
[gd_scene load_steps=3 format=3 uid="uid://cluuhtfjeodwb"]
[ext_resource type="Material" uid="uid://chuogedj81c5" path="res://materials/WorldMaterial.tres" id="1_x4ibw"]
[sub_resource type="PlaneMesh" id="PlaneMesh_owt5q"]
size = Vector2(10, 10)
[node name="TestMapBase" type="Node3D"]
[node name="Ground" type="MeshInstance3D" parent="."]
mesh = SubResource("PlaneMesh_owt5q")
surface_material_override/0 = ExtResource("1_x4ibw")