13 lines
484 B
Plaintext
13 lines
484 B
Plaintext
|
[gd_scene load_steps=3 format=3 uid="uid://b1yy0sybg66hh"]
|
||
|
|
||
|
[ext_resource type="Script" uid="uid://kv8w1gwuy3il" path="res://scripts/player.gd" id="1_3vyb7"]
|
||
|
|
||
|
[sub_resource type="CircleShape2D" id="CircleShape2D_3vyb7"]
|
||
|
|
||
|
[node name="CharacterBody2D" type="CharacterBody2D"]
|
||
|
script = ExtResource("1_3vyb7")
|
||
|
|
||
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||
|
shape = SubResource("CircleShape2D_3vyb7")
|
||
|
debug_color = Color(0.46677285, 0.59072345, 0.09206382, 0.41960785)
|