30 lines
949 B
Plaintext
30 lines
949 B
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://bfyjtfdko3l7o"]
|
|
|
|
[ext_resource type="Script" path="res://entities/Player.gd" id="1_w5gy0"]
|
|
|
|
[sub_resource type="BoxMesh" id="BoxMesh_yle83"]
|
|
size = Vector3(0.24, 0.75, 0.24)
|
|
|
|
[sub_resource type="CylinderShape3D" id="CylinderShape3D_rwgp3"]
|
|
height = 0.75
|
|
radius = 0.15
|
|
|
|
[node name="Player1" type="CharacterBody3D"]
|
|
collision_layer = 5
|
|
collision_mask = 7
|
|
script = ExtResource("1_w5gy0")
|
|
move_right_action = "move_right_p1"
|
|
move_left_action = "move_left_p1"
|
|
move_down_action = "move_down_p1"
|
|
move_up_action = "move_up_p1"
|
|
dash_action = "dash_p1"
|
|
bomb_action = "bomb_p1"
|
|
|
|
[node name="Geometry" type="MeshInstance3D" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.472544, 0)
|
|
mesh = SubResource("BoxMesh_yle83")
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.496337, 0)
|
|
shape = SubResource("CylinderShape3D_rwgp3")
|