17 lines
629 B
Plaintext
17 lines
629 B
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://dauqd5gexcbgf"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://pbmyh1qru7p" path="res://characters/happy_boo/happy_boo.tscn" id="1_4flbx"]
|
|
[ext_resource type="Script" uid="uid://drnl7altlij7f" path="res://player.gd" id="1_onrkg"]
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_onrkg"]
|
|
radius = 30.0
|
|
|
|
[node name="Player" type="CharacterBody2D"]
|
|
script = ExtResource("1_onrkg")
|
|
|
|
[node name="HappyBoo" parent="." instance=ExtResource("1_4flbx")]
|
|
unique_name_in_owner = true
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
shape = SubResource("CircleShape2D_onrkg")
|