diff options
author | Henrique Alves <henrique.alves@itsjungle.xyz> | 2024-01-28 12:59:06 +0200 |
---|---|---|
committer | Henrique Alves <henrique.alves@itsjungle.xyz> | 2024-01-28 13:00:10 +0200 |
commit | 5aa179deaa7cfc35b5bbc6abfba348deb0cc7017 (patch) | |
tree | 3439c6eccc415a10c4c4f7bef1fcb0538a4de9d7 /game/microgames/baseball_kiss/baseball_kiss.tscn | |
parent | 40e31067f724d7a0570d622cc4d4dc0ee7233275 (diff) | |
download | gamejam-ggj-2024-5aa179deaa7cfc35b5bbc6abfba348deb0cc7017.tar.gz gamejam-ggj-2024-5aa179deaa7cfc35b5bbc6abfba348deb0cc7017.tar.bz2 gamejam-ggj-2024-5aa179deaa7cfc35b5bbc6abfba348deb0cc7017.zip |
Add timer
Diffstat (limited to 'game/microgames/baseball_kiss/baseball_kiss.tscn')
-rw-r--r-- | game/microgames/baseball_kiss/baseball_kiss.tscn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/game/microgames/baseball_kiss/baseball_kiss.tscn b/game/microgames/baseball_kiss/baseball_kiss.tscn index c2c032f..9d6abd7 100644 --- a/game/microgames/baseball_kiss/baseball_kiss.tscn +++ b/game/microgames/baseball_kiss/baseball_kiss.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=22 format=3 uid="uid://tbv0acwtfx1t"] +[gd_scene load_steps=22 format=3 uid="uid://h4y7kn003ao1"] [ext_resource type="Script" path="res://game/microgames/baseball_kiss/baseball_kiss.gd" id="1_urxm5"] [ext_resource type="Texture2D" uid="uid://1mnstkvhabph" path="res://game/microgames/baseball_kiss/assets/Img_background_windows.png" id="2_odjhy"] @@ -177,7 +177,7 @@ scale = Vector2(0.3, 0.3) curve = SubResource("Curve2D_hb7qp") [node name="PathFollow2D" type="PathFollow2D" parent="Paths/ParthLeft"] -position = Vector2(-1751.22, -68.4033) +position = Vector2(-1751.22, -68.4037) rotation = -0.271729 progress = 3626.66 |