RAIDER_GameJam/level/tree.tscn
Felix Kaiser 3f62e5e31d blergh
2025-02-17 16:46:19 +01:00

19 lines
710 B
Plaintext

[gd_scene load_steps=4 format=3 uid="uid://c6k63btynoyqu"]
[ext_resource type="Script" path="res://level/tree.gd" id="1_hnmok"]
[ext_resource type="PackedScene" uid="uid://csr0fkl5dx2q3" path="res://level/tree.gltf" id="2_n8eof"]
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_5xd24"]
radius = 0.2
height = 2.93703
[node name="Tree" type="StaticBody3D"]
script = ExtResource("1_hnmok")
[node name="blockbench_export" parent="." instance=ExtResource("2_n8eof")]
transform = Transform3D(2, 0, 0, 0, 2, 0, 0, 0, 2, 0, 0, 0)
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.43138, 0)
shape = SubResource("CapsuleShape3D_5xd24")