21 lines
763 B
Plaintext
21 lines
763 B
Plaintext
|
|
[gd_scene format=3 uid="uid://s0utas3jmhjk"]
|
||
|
|
|
||
|
|
[ext_resource type="Script" uid="uid://c17de7vvtri1e" path="res://scripts/player.gd" id="1_3vyb7"]
|
||
|
|
|
||
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_lnu2h"]
|
||
|
|
|
||
|
|
[node name="Player" type="CharacterBody2D" unique_id=1109630338]
|
||
|
|
scale = Vector2(2, 2)
|
||
|
|
script = ExtResource("1_3vyb7")
|
||
|
|
metadata/_edit_group_ = true
|
||
|
|
|
||
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="." unique_id=1851921509]
|
||
|
|
shape = SubResource("CircleShape2D_lnu2h")
|
||
|
|
debug_color = Color(0.89751947, 0.22656804, 0.5594576, 0.41960785)
|
||
|
|
|
||
|
|
[node name="RightTarget" type="Marker2D" parent="." unique_id=1700751856]
|
||
|
|
position = Vector2(23.5, -5)
|
||
|
|
|
||
|
|
[node name="LeftTarget" type="Marker2D" parent="." unique_id=2004390104]
|
||
|
|
position = Vector2(-23.5, -11)
|