June2026Game/scenes/player.tscn
2026-06-29 16:57:59 -04:00

34 lines
1.2 KiB
Plaintext

[gd_scene format=3 uid="uid://byl4bdrupii3k"]
[ext_resource type="Script" uid="uid://b1obldvd2etx7" path="res://scripts/player.gd" id="1_3vyb7"]
[sub_resource type="CircleShape2D" id="CircleShape2D_uwrxv"]
[node name="Player" type="CharacterBody2D" unique_id=1254268479]
scale = Vector2(1.4799998, 1.4799998)
script = ExtResource("1_3vyb7")
[node name="Label" type="Label" parent="." unique_id=712501367]
offset_left = -19.594597
offset_top = -36.486492
offset_right = 20.405403
offset_bottom = -13.486492
text = "label"
horizontal_alignment = 1
[node name="CollisionShape2D" type="CollisionShape2D" parent="." unique_id=771657224]
shape = SubResource("CircleShape2D_uwrxv")
debug_color = Color(0.39731503, 0.48776567, 0.95015794, 0.41960785)
[node name="RightCast" type="RayCast2D" parent="." unique_id=1585175579]
target_position = Vector2(16.216217, -0.67567575)
[node name="LeftCast" type="RayCast2D" parent="." unique_id=544087242]
target_position = Vector2(-15.540543, -0.67567575)
[node name="RightTarget" type="Marker2D" parent="." unique_id=855125472]
position = Vector2(15.540543, -8.783785)
[node name="LeftTarget" type="Marker2D" parent="." unique_id=1162416681]
position = Vector2(-14.864867, -8.783785)