JanuaryGodotGame/januaryproject/scenes/player.tscn

20 lines
659 B
Plaintext
Raw Normal View History

2025-01-14 00:29:58 +00:00
[gd_scene load_steps=3 format=3 uid="uid://dcbk086hhrn7y"]
[ext_resource type="Script" path="res://scripts/charactercontroller.gd" id="1_6alft"]
[sub_resource type="CircleShape2D" id="CircleShape2D_qrixx"]
[node name="CharacterBody2D" type="CharacterBody2D"]
script = ExtResource("1_6alft")
metadata/_edit_group_ = true
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource("CircleShape2D_qrixx")
debug_color = Color(0.345561, 0.615334, 0.230675, 0.42)
[node name="RightRay" type="RayCast2D" parent="."]
target_position = Vector2(18, 0)
[node name="LeftRay" type="RayCast2D" parent="."]
target_position = Vector2(-19, 0)