1
0
Fork 0

We have a tappable turd :D

This commit is contained in:
Lauren Toivanen 2025-10-05 08:43:46 +03:00
commit 372f345e91
16 changed files with 710 additions and 0 deletions

17
player.tscn Normal file
View file

@ -0,0 +1,17 @@
[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")