26 lines
808 B
Plaintext
26 lines
808 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://cjvyslsoa7olc"]
|
|
|
|
[ext_resource type="Script" path="res://scripts/player.gd" id="1_ffdhb"]
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_q23dn"]
|
|
|
|
[node name="CharacterBody2D" type="CharacterBody2D"]
|
|
script = ExtResource("1_ffdhb")
|
|
metadata/_edit_group_ = true
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
shape = SubResource("CircleShape2D_q23dn")
|
|
debug_color = Color(0.273614, 0.618219, 0.385754, 0.42)
|
|
|
|
[node name="rightCast" type="RayCast2D" parent="."]
|
|
target_position = Vector2(16, 0)
|
|
|
|
[node name="leftCast" type="RayCast2D" parent="."]
|
|
target_position = Vector2(-16, 0)
|
|
|
|
[node name="rightTarget" type="Node2D" parent="."]
|
|
position = Vector2(18, -15)
|
|
|
|
[node name="leftTarget" type="Node2D" parent="."]
|
|
position = Vector2(-19, -15)
|