26 lines
786 B
Plaintext
26 lines
786 B
Plaintext
|
[gd_scene load_steps=3 format=3 uid="uid://crvsom7i1waff"]
|
||
|
|
||
|
[ext_resource type="Script" path="res://Sripts/player.gd" id="1_jdiv6"]
|
||
|
|
||
|
[sub_resource type="CircleShape2D" id="CircleShape2D_t5iiu"]
|
||
|
|
||
|
[node name="CharacterBody2D" type="CharacterBody2D"]
|
||
|
script = ExtResource("1_jdiv6")
|
||
|
metadata/_edit_group_ = true
|
||
|
|
||
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||
|
shape = SubResource("CircleShape2D_t5iiu")
|
||
|
debug_color = Color(0, 1, 0, 0.662745)
|
||
|
|
||
|
[node name="RightRay" type="RayCast2D" parent="."]
|
||
|
target_position = Vector2(25, 0)
|
||
|
|
||
|
[node name="LeftRay" type="RayCast2D" parent="."]
|
||
|
target_position = Vector2(-25, 0)
|
||
|
|
||
|
[node name="MarkerRight" type="Node2D" parent="."]
|
||
|
position = Vector2(14, -2)
|
||
|
|
||
|
[node name="MarkerLeft" type="Node2D" parent="."]
|
||
|
position = Vector2(-14, -2)
|