17 lines
614 B
Text
17 lines
614 B
Text
[gd_scene load_steps=4 format=3 uid="uid://dfs6vgn8fh8n8"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://btpppv44mfxhh" path="res://turd.png" id="1_4flbx"]
|
|
[ext_resource type="Script" uid="uid://1kpbdea0lqgg" path="res://player.gd" id="1_onrkg"]
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_onrkg"]
|
|
radius = 16.03122
|
|
|
|
[node name="Player" type="Area2D"]
|
|
script = ExtResource("1_onrkg")
|
|
metadata/_edit_group_ = true
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
texture = ExtResource("1_4flbx")
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
shape = SubResource("CircleShape2D_onrkg")
|