YMFS/core/levels/test_level.tscn

24 lines
894 B
Plaintext

[gd_scene load_steps=5 format=3 uid="uid://bfhw7682gnh22"]
[ext_resource type="Texture2D" uid="uid://qbn2lsddorgb" path="res://assets/textures/Kenny's Prototype Textures PNG/Dark/texture_black (7).png" id="1_dly02"]
[sub_resource type="WorldBoundaryShape3D" id="WorldBoundaryShape3D_bpckr"]
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_qslih"]
albedo_texture = ExtResource("1_dly02")
uv1_triplanar = true
[sub_resource type="PlaneMesh" id="PlaneMesh_hj83g"]
material = SubResource("StandardMaterial3D_qslih")
size = Vector2(100, 100)
[node name="TestLevel" type="Node3D"]
[node name="StaticBody3D" type="StaticBody3D" parent="."]
[node name="CollisionShape3D" type="CollisionShape3D" parent="StaticBody3D"]
shape = SubResource("WorldBoundaryShape3D_bpckr")
[node name="MeshInstance3D" type="MeshInstance3D" parent="StaticBody3D"]
mesh = SubResource("PlaneMesh_hj83g")