megalith/src/world/world.tscn

26 lines
951 B
Plaintext
Raw Normal View History

2025-09-29 12:12:34 -06:00
[gd_scene load_steps=5 format=3 uid="uid://daxngklaqlyba"]
[ext_resource type="PackedScene" uid="uid://dtbulshrxetes" path="res://src/player/player.tscn" id="1_1k4gi"]
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_kueii"]
albedo_color = Color(0.16, 0.16, 0.16, 1)
[sub_resource type="PlaneMesh" id="PlaneMesh_1k4gi"]
material = SubResource("StandardMaterial3D_kueii")
size = Vector2(16, 16)
[sub_resource type="WorldBoundaryShape3D" id="WorldBoundaryShape3D_1k4gi"]
[node name="World" type="Node3D"]
[node name="Player" parent="." instance=ExtResource("1_1k4gi")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0)
[node name="WorldFloor" type="MeshInstance3D" parent="."]
mesh = SubResource("PlaneMesh_1k4gi")
[node name="StaticBody3D" type="StaticBody3D" parent="WorldFloor"]
[node name="CollisionShape3D" type="CollisionShape3D" parent="WorldFloor/StaticBody3D"]
shape = SubResource("WorldBoundaryShape3D_1k4gi")