[gd_scene load_steps=3 format=3 uid="uid://c1cuiluq1fcpk"] [ext_resource type="Script" path="res://scripts/player.gd" id="1_s1kdl"] [sub_resource type="CircleShape2D" id="CircleShape2D_y4y41"] [node name="CharacterBody2D" type="CharacterBody2D" groups=["player"]] script = ExtResource("1_s1kdl") metadata/_edit_group_ = true [node name="CollisionShape2D" type="CollisionShape2D" parent="."] shape = SubResource("CircleShape2D_y4y41") debug_color = Color(0.752941, 0.211765, 0.984314, 0.419608) [node name="RightRay" type="RayCast2D" parent="."] target_position = Vector2(15, 0) collide_with_areas = true [node name="LeftRay" type="RayCast2D" parent="."] target_position = Vector2(-15, 0) [node name="RightTarget" type="Node2D" parent="."] position = Vector2(10, -5) [node name="LeftTarget" type="Node2D" parent="."] position = Vector2(-10, -5)