scpcb-godot/scenes/world/Player.tscn
2024-12-29 13:15:03 +00:00

16 lines
558 B
Text

[gd_scene load_steps=3 format=3 uid="uid://dm33ofcbh8sht"]
[ext_resource type="Script" path="res://src/Player.gd" id="1_n772d"]
[sub_resource type="BoxShape3D" id="BoxShape3D_7hapa"]
size = Vector3(1, 2, 1)
[node name="Player" type="CharacterBody3D"]
script = ExtResource("1_n772d")
[node name="Camera" type="Camera3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.75, 0)
[node name="Collision" type="CollisionShape3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0)
shape = SubResource("BoxShape3D_7hapa")