summaryrefslogtreecommitdiff
path: root/game/microgames/heart_break/heart_break.tscn
diff options
context:
space:
mode:
authorMarcelo Costa <>2024-01-27 16:16:37 -0300
committerMarcelo Costa <>2024-01-27 16:16:37 -0300
commit7f4fc3b59c286c7c50df43c4f75eab330955e4f3 (patch)
tree6bf06c3974ad96d3763fccd45ece54fa778c1236 /game/microgames/heart_break/heart_break.tscn
parent99b7a48dd674b0b62e21ca2f76caede42c20a308 (diff)
downloadgamejam-ggj-2024-7f4fc3b59c286c7c50df43c4f75eab330955e4f3.tar.gz
gamejam-ggj-2024-7f4fc3b59c286c7c50df43c4f75eab330955e4f3.tar.bz2
gamejam-ggj-2024-7f4fc3b59c286c7c50df43c4f75eab330955e4f3.zip
MVP for Find Window Microgame
Diffstat (limited to 'game/microgames/heart_break/heart_break.tscn')
-rw-r--r--game/microgames/heart_break/heart_break.tscn12
1 files changed, 6 insertions, 6 deletions
diff --git a/game/microgames/heart_break/heart_break.tscn b/game/microgames/heart_break/heart_break.tscn
index b130424..a36d36d 100644
--- a/game/microgames/heart_break/heart_break.tscn
+++ b/game/microgames/heart_break/heart_break.tscn
@@ -14,7 +14,7 @@ size = Vector2(20, 676)
script = ExtResource("1_ia77r")
[node name="PlayerHeart" parent="." instance=ExtResource("2_uwtaj")]
-position = Vector2(553, 317)
+position = Vector2(563, 338)
[node name="Upper Boundary" type="StaticBody2D" parent="."]
@@ -43,18 +43,18 @@ position = Vector2(574, 0)
shape = SubResource("RectangleShape2D_upktn")
[node name="Spiky" parent="." instance=ExtResource("3_dfa23")]
-position = Vector2(182, 188)
+position = Vector2(239, 249)
[node name="Spiky2" parent="." instance=ExtResource("3_dfa23")]
-position = Vector2(964, 218)
+position = Vector2(891, 258)
[node name="Spiky3" parent="." instance=ExtResource("3_dfa23")]
-position = Vector2(235, 481)
+position = Vector2(284, 531)
[node name="Spiky4" parent="." instance=ExtResource("3_dfa23")]
-position = Vector2(845, 496)
+position = Vector2(821, 530)
[node name="Spiky5" parent="." instance=ExtResource("3_dfa23")]
-position = Vector2(570, 104)
+position = Vector2(570, 97)
[connection signal="body_entered" from="PlayerHeart" to="." method="_on_player_heart_body_entered"]