2024-01-16 22:01:16 +00:00
|
|
|
[gd_scene load_steps=5 format=3 uid="uid://2lcnu3dy54lx"]
|
2024-01-14 11:22:14 +00:00
|
|
|
|
|
|
|
[ext_resource type="Script" path="res://player/Player.gd" id="1_8gebs"]
|
|
|
|
|
2024-01-16 22:01:16 +00:00
|
|
|
[sub_resource type="BoxShape3D" id="BoxShape3D_fx2di"]
|
|
|
|
|
|
|
|
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_5eict"]
|
|
|
|
diffuse_mode = 3
|
|
|
|
albedo_color = Color(0.0588235, 0.0823529, 0.113725, 1)
|
|
|
|
|
2024-01-14 11:22:14 +00:00
|
|
|
[sub_resource type="BoxMesh" id="BoxMesh_8125v"]
|
2024-01-16 22:01:16 +00:00
|
|
|
material = SubResource("StandardMaterial3D_5eict")
|
2024-01-14 11:22:14 +00:00
|
|
|
|
2024-01-16 22:01:16 +00:00
|
|
|
[node name="Player" type="CharacterBody3D" groups=["Player"]]
|
2024-01-14 11:22:14 +00:00
|
|
|
script = ExtResource("1_8gebs")
|
|
|
|
|
2024-01-16 22:01:16 +00:00
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
|
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0)
|
|
|
|
shape = SubResource("BoxShape3D_fx2di")
|
|
|
|
|
2024-01-14 11:22:14 +00:00
|
|
|
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
|
|
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0)
|
|
|
|
mesh = SubResource("BoxMesh_8125v")
|