[gd_scene load_steps=3 format=3 uid="uid://b5p1mlv4c1olv"] [ext_resource type="Script" path="res://scripts/player.gd" id="1_bqfhv"] [sub_resource type="CircleShape2D" id="CircleShape2D_8cj0n"] [node name="Player" type="CharacterBody2D"] script = ExtResource("1_bqfhv") metadata/_edit_group_ = true [node name="CollisionShape2D" type="CollisionShape2D" parent="."] shape = SubResource("CircleShape2D_8cj0n") debug_color = Color(0.256799, 0.626646, 0.294192, 0.42) [node name="RightCast" type="RayCast2D" parent="."] target_position = Vector2(21, 0) [node name="LeftCast" type="RayCast2D" parent="."] target_position = Vector2(-20, 0) [node name="RightSpawn" type="Node2D" parent="."] position = Vector2(12, -7) [node name="LeftSpawn" type="Node2D" parent="."] position = Vector2(-12, -7)