blob: cbb0305fda19229a5da7fc8d321b183f13cfe5b0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
[gd_scene load_steps=4 format=3 uid="uid://ce7600yfkpdbq"]
[ext_resource type="Script" path="res://game/microgames/heart_break/player_heart.gd" id="1_e40wj"]
[ext_resource type="SpriteFrames" uid="uid://c5j2ojumuirph" path="res://game/microgames/heart_break/assets/heart_animation.tres" id="1_koysl"]
[sub_resource type="CircleShape2D" id="CircleShape2D_sp11c"]
radius = 57.0088
[node name="PlayerHeart" type="RigidBody2D"]
gravity_scale = 0.0
can_sleep = false
max_contacts_reported = 10
contact_monitor = true
script = ExtResource("1_e40wj")
[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="."]
position = Vector2(-5, 14)
sprite_frames = ExtResource("1_koysl")
autoplay = "default"
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource("CircleShape2D_sp11c")
|