hotel-madness/scenes/entities/player.tscn

31 lines
941 B
Text
Raw Normal View History

[gd_scene load_steps=4 format=3 uid="uid://dpdxe3muj2o26"]
[ext_resource type="Script" path="res://scripts/entities/player.gd" id="1_r7f2r"]
[sub_resource type="CapsuleMesh" id="CapsuleMesh_yly5q"]
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_7frjr"]
[node name="Player" type="CharacterBody3D"]
script = ExtResource("1_r7f2r")
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
mesh = SubResource("CapsuleMesh_yly5q")
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
shape = SubResource("CapsuleShape3D_7frjr")
[node name="Camera3D" type="Camera3D" parent="."]
2024-12-10 19:13:22 +01:00
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0)
[node name="Label" type="Label" parent="."]
offset_right = 40.0
offset_bottom = 23.0
2024-12-13 18:28:06 +01:00
[node name="Label3D" type="Label3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.25, 0)
pixel_size = 0.01
billboard = 1
no_depth_test = true
text = "SamplePlayer"