WillowGodotGame/willowproject/Scenes/player.tscn

20 lines
628 B
Plaintext
Raw Permalink Normal View History

2025-01-14 00:30:02 +00:00
[gd_scene load_steps=3 format=3 uid="uid://5p0tso7jy35l"]
[ext_resource type="Script" path="res://Scripts/charactercontroller.gd" id="1_tlb8a"]
[sub_resource type="CircleShape2D" id="CircleShape2D_n1jqc"]
[node name="CharacterBody2D" type="CharacterBody2D"]
script = ExtResource("1_tlb8a")
metadata/_edit_group_ = true
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource("CircleShape2D_n1jqc")
[node name="RightRay" type="RayCast2D" parent="."]
target_position = Vector2(33, 0)
collide_with_areas = true
[node name="LeftRay" type="RayCast2D" parent="."]
target_position = Vector2(-33, 0)