24 lines
858 B
Plaintext

[gd_scene load_steps=5 format=3 uid="uid://2lcnu3dy54lx"]
[ext_resource type="Script" path="res://player/Player.gd" id="1_8gebs"]
[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)
[sub_resource type="BoxMesh" id="BoxMesh_8125v"]
material = SubResource("StandardMaterial3D_5eict")
[node name="Player" type="CharacterBody3D" groups=["Player"]]
script = ExtResource("1_8gebs")
[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")
[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")