[gd_scene load_steps=3 format=3 uid="uid://du8aftivw4k25"] [ext_resource type="Script" path="res://scripts/player.gd" id="1_p8gev"] [sub_resource type="CircleShape2D" id="CircleShape2D_a75m4"] [node name="CharacterBody2D" type="CharacterBody2D"] script = ExtResource("1_p8gev") metadata/_edit_group_ = true [node name="CollisionShape2D" type="CollisionShape2D" parent="."] shape = SubResource("CircleShape2D_a75m4") debug_color = Color(1.05888e-06, 0.616635, 0.591704, 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(11, -10) [node name="leftTarget" type="Node2D" parent="."] position = Vector2(-15, -10)