JanuaryGame/GodotProject/scenes/player.tscn

27 lines
852 B
Plaintext
Raw Normal View History

2025-01-14 00:30:20 +00:00
[gd_scene load_steps=3 format=3 uid="uid://c1cuiluq1fcpk"]
[ext_resource type="Script" path="res://scripts/player.gd" id="1_s1kdl"]
[sub_resource type="CircleShape2D" id="CircleShape2D_y4y41"]
2025-01-14 01:58:52 +00:00
[node name="CharacterBody2D" type="CharacterBody2D" groups=["player"]]
2025-01-14 00:30:20 +00:00
script = ExtResource("1_s1kdl")
metadata/_edit_group_ = true
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource("CircleShape2D_y4y41")
debug_color = Color(0.752941, 0.211765, 0.984314, 0.419608)
[node name="RightRay" type="RayCast2D" parent="."]
target_position = Vector2(15, 0)
collide_with_areas = true
[node name="LeftRay" type="RayCast2D" parent="."]
target_position = Vector2(-15, 0)
2025-01-14 01:58:52 +00:00
[node name="RightTarget" type="Node2D" parent="."]
position = Vector2(10, -5)
[node name="LeftTarget" type="Node2D" parent="."]
position = Vector2(-10, -5)