You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
708 B
Plaintext

[gd_scene load_steps=4 format=3 uid="uid://dswkgkor3yejo"]
[ext_resource type="Script" path="res://Scripts/Cupcakes/cupcake.gd" id="1_2fcqt"]
[ext_resource type="Texture2D" uid="uid://7fqro4fugv8k" path="res://Art/Cupcakes/Cupcake.png" id="1_632he"]
[sub_resource type="CircleShape2D" id="CircleShape2D_svirt"]
radius = 27.0
[node name="Cupcake" type="RigidBody2D"]
gravity_scale = 0.0
linear_damp = 6.0
script = ExtResource("1_2fcqt")
[node name="Sprite2D" type="Sprite2D" parent="."]
texture_filter = 1
position = Vector2(0, -4)
scale = Vector2(2.207, 2.207)
texture = ExtResource("1_632he")
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource("CircleShape2D_svirt")