[gd_scene load_steps=3 format=3 uid="uid://b0snboj7mbad5"] [ext_resource type="Script" path="res://Scripts/Player.gd" id="1_mjl5w"] [sub_resource type="CircleShape2D" id="CircleShape2D_xiumq"] [node name="CharacterBody2D" type="CharacterBody2D"] script = ExtResource("1_mjl5w") metadata/_edit_group_ = true [node name="CollisionShape2D" type="CollisionShape2D" parent="."] shape = SubResource("CircleShape2D_xiumq") debug_color = Color(0.234989, 0.626043, 0.349119, 0.42) [node name="rightCast" type="RayCast2D" parent="."] target_position = Vector2(16, 0) [node name="leftCast" type="RayCast2D" parent="."] target_position = Vector2(-16, 0) [node name="rightTarget" type="Node2D" parent="."] position = Vector2(24, -26) [node name="leftTarget" type="Node2D" parent="."] position = Vector2(-25, -26)