xrjamfeb2025/scenes/sphere_world_demo/objects/tower.tscn

22 lines
836 B
Text

[gd_scene load_steps=5 format=3 uid="uid://cutuj4o2r75tg"]
[ext_resource type="PackedScene" uid="uid://cjyilbm4ucc7s" path="res://addons/godot-xr-tools/objects/climbable.tscn" id="1"]
[ext_resource type="Material" path="res://assets/wahooney.itch.io/brown_grid_triplanar.tres" id="2"]
[sub_resource type="BoxShape3D" id="BoxShape3D_2a2jy"]
size = Vector3(3, 8, 3)
[sub_resource type="BoxMesh" id="2"]
material = ExtResource("2")
size = Vector3(3, 8, 3)
[node name="Tower" instance=ExtResource("1")]
collision_layer = 262161
[node name="CollisionShape3D" parent="." index="0"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 4, 0)
shape = SubResource("BoxShape3D_2a2jy")
[node name="MeshInstance" type="MeshInstance3D" parent="." index="1"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 4, 0)
mesh = SubResource("2")