Solo_Week2_June2026Game/Scenes/player.tscn

27 lines
980 B
Plaintext

[gd_scene format=3 uid="uid://en40721f6qwj"]
[ext_resource type="Script" uid="uid://cq2vf132xjtli" path="res://Scripts/player.gd" id="1_v0iea"]
[sub_resource type="CircleShape2D" id="CircleShape2D_ebmjs"]
[node name="Player" type="CharacterBody2D" unique_id=478864706]
scale = Vector2(1.64, 1.64)
script = ExtResource("1_v0iea")
metadata/_edit_group_ = true
[node name="CollisionShape2D" type="CollisionShape2D" parent="." unique_id=842765438]
shape = SubResource("CircleShape2D_ebmjs")
debug_color = Color(0.6308279, 0.36922106, 0.95607406, 0.41960785)
[node name="RightRay" type="RayCast2D" parent="." unique_id=1765430818]
target_position = Vector2(15.853659, 0)
[node name="LeftRay" type="RayCast2D" parent="." unique_id=1817550679]
target_position = Vector2(-15.854, 0)
[node name="MarkerRight" type="Node2D" parent="." unique_id=592182633]
position = Vector2(12, -5)
[node name="MarkerLeft" type="Node2D" parent="." unique_id=1552465162]
position = Vector2(-12, -5)