13 lines
435 B
Plaintext
13 lines
435 B
Plaintext
[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")
|