25 lines
1.0 KiB
Plaintext
25 lines
1.0 KiB
Plaintext
[gd_scene format=3 uid="uid://c3sticlaxmn1p"]
|
|
|
|
[ext_resource type="Script" uid="uid://ceo530cbtsr6e" path="res://scripts/Stick.gd" id="1_stick"]
|
|
[ext_resource type="ArrayMesh" uid="uid://tvrgdxmep0dl" path="res://assets/stick.obj" id="2_urm7b"]
|
|
|
|
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_1"]
|
|
albedo_color = Color(0.55, 0.38, 0.18, 1)
|
|
roughness = 0.95
|
|
|
|
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_1"]
|
|
radius = 0.15673828
|
|
height = 1.6220214
|
|
|
|
[node name="Stick" type="CharacterBody3D" unique_id=1893805391]
|
|
script = ExtResource("1_stick")
|
|
|
|
[node name="StickMesh" type="MeshInstance3D" parent="." unique_id=1850002866]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.32, 0)
|
|
material_override = SubResource("StandardMaterial3D_1")
|
|
mesh = ExtResource("2_urm7b")
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="." unique_id=653008437]
|
|
transform = Transform3D(1, 0, 0, 0, 0.025374386, 0.999678, 0, -0.999678, 0.025374386, 0.005088806, 0.31109625, 0.109485604)
|
|
shape = SubResource("CapsuleShape3D_1")
|