27 lines
1015 B
Plaintext
27 lines
1015 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="RightCast" type="RayCast2D" parent="." unique_id=448970826]
|
|
target_position = Vector2(17.073172, 0)
|
|
|
|
[node name="LeftCast" type="RayCast2D" parent="." unique_id=1038607459]
|
|
target_position = Vector2(-17.073172, 0)
|
|
|
|
[node name="RightSpawn" type="Marker2D" parent="." unique_id=1358832037]
|
|
position = Vector2(11.585366, -8.536586)
|
|
|
|
[node name="LeftSpawn" type="Marker2D" parent="." unique_id=1880777693]
|
|
position = Vector2(-12.195123, -8.536585)
|