30 lines
1.1 KiB
Plaintext
30 lines
1.1 KiB
Plaintext
[gd_scene format=3 uid="uid://cmb3b7xrlboy3"]
|
|
|
|
[ext_resource type="Script" uid="uid://bobw4cfg1v6gj" path="res://player.gd" id="1_4flbx"]
|
|
|
|
[sub_resource type="PlaneMesh" id="PlaneMesh_sh265"]
|
|
size = Vector2(1, 1)
|
|
|
|
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_4flbx"]
|
|
albedo_color = Color(1, 0, 0, 1)
|
|
|
|
[sub_resource type="BoxShape3D" id="BoxShape3D_sh265"]
|
|
size = Vector3(0.5, 0.1, 0.5)
|
|
|
|
[node name="Player" type="CharacterBody3D" unique_id=17046866]
|
|
script = ExtResource("1_4flbx")
|
|
|
|
[node name="MeshInstance3D" type="MeshInstance3D" parent="." unique_id=1740724392]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.1, 0)
|
|
mesh = SubResource("PlaneMesh_sh265")
|
|
surface_material_override/0 = SubResource("StandardMaterial3D_4flbx")
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="." unique_id=271233394]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.1, 0)
|
|
shape = SubResource("BoxShape3D_sh265")
|
|
|
|
[node name="StaminaLabel" type="Label" parent="." unique_id=762689230]
|
|
offset_right = 99.0
|
|
offset_bottom = 46.0
|
|
theme_override_colors/font_color = Color(0.83137256, 0, 0.18039216, 1)
|