squash_the_creeps/player.tscn

19 lines
676 B
Plaintext

[gd_scene load_steps=4 format=3 uid="uid://dqhqb07wga3ke"]
[ext_resource type="PackedScene" uid="uid://c8m13iquvemyv" path="res://art/player.glb" id="1_w4jbi"]
[ext_resource type="Script" path="res://player.gd" id="1_xgyih"]
[sub_resource type="SphereShape3D" id="SphereShape3D_w8qhy"]
radius = 1.04769
[node name="Player" type="CharacterBody3D"]
script = ExtResource("1_xgyih")
[node name="Pivot" type="Node3D" parent="."]
[node name="Character" parent="Pivot" instance=ExtResource("1_w4jbi")]
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.06379, 0)
shape = SubResource("SphereShape3D_w8qhy")