28 lines
851 B
Plaintext
28 lines
851 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://b2hyqfqh02ep6"]
|
|
|
|
[ext_resource type="Script" path="res://scripts/charController.gd" id="1_4o8do"]
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_uvblg"]
|
|
radius = 32.5576
|
|
|
|
[node name="CharacterBody2D" type="CharacterBody2D"]
|
|
script = ExtResource("1_4o8do")
|
|
PUSH_FORCE = 100
|
|
metadata/_edit_group_ = true
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
shape = SubResource("CircleShape2D_uvblg")
|
|
debug_color = Color(0.872789, 0.000463018, 0.842707, 0.42)
|
|
|
|
[node name="RightRay" type="RayCast2D" parent="."]
|
|
target_position = Vector2(76, 0)
|
|
|
|
[node name="LeftRay" type="RayCast2D" parent="."]
|
|
target_position = Vector2(-76, 0)
|
|
|
|
[node name="MarkerRight" type="Node2D" parent="."]
|
|
position = Vector2(35, -10)
|
|
|
|
[node name="MarkerLeft" type="Node2D" parent="."]
|
|
position = Vector2(-35, -10)
|