20 lines
735 B
Plaintext
20 lines
735 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_uwrxv"]
|
|
|
|
[node name="Player" type="CharacterBody2D" unique_id=161143934]
|
|
script = ExtResource("1_3vyb7")
|
|
metadata/_edit_group_ = true
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="." unique_id=1128789199]
|
|
shape = SubResource("CircleShape2D_uwrxv")
|
|
debug_color = Color(0.28743955, 0.62438726, 0.25921708, 0.41960785)
|
|
|
|
[node name="RightTarget" type="Marker2D" parent="." unique_id=1084058194]
|
|
position = Vector2(15, -3)
|
|
|
|
[node name="LeftTarget" type="Marker2D" parent="." unique_id=212282016]
|
|
position = Vector2(-15, -3)
|