diff options
author | Henrique Alves <henrique.alves@itsjungle.xyz> | 2024-01-28 18:06:21 +0200 |
---|---|---|
committer | Henrique Alves <henrique.alves@itsjungle.xyz> | 2024-01-28 18:06:25 +0200 |
commit | 44b7184234b90eb687edff350ace7cadcc4c2b17 (patch) | |
tree | 5c721e70608f8ecf87a69e576cd7313dc62115d0 /game/microgames/baseball_kiss/baseball_kiss.tscn | |
parent | dbf0f0770a8795d2820c0f9d416393d4dff0340d (diff) | |
download | gamejam-ggj-2024-44b7184234b90eb687edff350ace7cadcc4c2b17.tar.gz gamejam-ggj-2024-44b7184234b90eb687edff350ace7cadcc4c2b17.tar.bz2 gamejam-ggj-2024-44b7184234b90eb687edff350ace7cadcc4c2b17.zip |
Add sounds
Diffstat (limited to 'game/microgames/baseball_kiss/baseball_kiss.tscn')
-rw-r--r-- | game/microgames/baseball_kiss/baseball_kiss.tscn | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/game/microgames/baseball_kiss/baseball_kiss.tscn b/game/microgames/baseball_kiss/baseball_kiss.tscn index 9d6abd7..fdf1e32 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://h4y7kn003ao1"] +[gd_scene load_steps=23 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"] @@ -11,6 +11,7 @@ [ext_resource type="Texture2D" uid="uid://di8c7rl1lm62b" path="res://game/microgames/baseball_kiss/assets/Img_kiss.png" id="6_j2h3k"] [ext_resource type="Texture2D" uid="uid://cym248ma3nprt" path="res://game/microgames/baseball_kiss/assets/Img_bre_3.png" id="6_j64wj"] [ext_resource type="Texture2D" uid="uid://b4mybwt5qhyfv" path="res://game/microgames/baseball_kiss/assets/Img_pepe_2.png" id="7_nvi3g"] +[ext_resource type="AudioStream" uid="uid://di7ei7o6rvkum" path="res://game/microgames/baseball_kiss/assets/GGJ_WinBaseball.wav" id="12_hw2sk"] [sub_resource type="SpriteFrames" id="SpriteFrames_yf7ev"] animations = [{ @@ -213,4 +214,8 @@ texture = ExtResource("6_j2h3k") position = Vector2(1.44458, -1.86267) shape = SubResource("RectangleShape2D_53xmk") +[node name="Victory" type="AudioStreamPlayer" parent="."] +process_mode = 3 +stream = ExtResource("12_hw2sk") + [connection signal="area_shape_entered" from="PepeCharacter/HandCollision" to="." method="_on_hand_collision_area_shape_entered"] |