Files
demo-godot/palyer.tscn

20 lines
738 B
Plaintext
Raw Permalink Normal View History

2026-01-04 19:35:08 +08:00
[gd_scene load_steps=4 format=3 uid="uid://tr3uhf2keqox"]
[ext_resource type="PackedScene" uid="uid://dolueyckipny0" path="res://art/player.glb" id="1_ed8k8"]
[ext_resource type="Script" uid="uid://di50p6h46nmlw" path="res://palyer.gd" id="1_vgmp0"]
2026-01-06 00:18:13 +08:00
[sub_resource type="CylinderShape3D" id="CylinderShape3D_vgmp0"]
height = 1.2167969
radius = 1.0029297
2026-01-04 19:35:08 +08:00
[node name="palyer" type="CharacterBody3D"]
script = ExtResource("1_vgmp0")
[node name="pivot" type="Node3D" parent="."]
[node name="player" parent="pivot" instance=ExtResource("1_ed8k8")]
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
2026-01-06 00:18:13 +08:00
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.018975854, 0.14160156, 0)
shape = SubResource("CylinderShape3D_vgmp0")