diff options
author | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2024-11-17 14:46:56 -0600 |
---|---|---|
committer | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2024-11-17 14:46:56 -0600 |
commit | 8ccae5aad9d896d3ec4a4684c30ae35f14794569 (patch) | |
tree | 233ada59af6c24dd0eb484f7b5c180d85d9ea506 /scenes/main.tscn | |
parent | c4acb25795de1996a9eed88a8b1c4134c22cc4d0 (diff) |
add losing money
Diffstat (limited to 'scenes/main.tscn')
-rw-r--r-- | scenes/main.tscn | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/scenes/main.tscn b/scenes/main.tscn index c805906..4b71867 100644 --- a/scenes/main.tscn +++ b/scenes/main.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=50 format=3 uid="uid://d06d1vihf2oqp"] +[gd_scene load_steps=51 format=3 uid="uid://d06d1vihf2oqp"] [ext_resource type="Texture2D" uid="uid://b03ygtrwha22g" path="res://taytay/IMG_5199.jpeg" id="1_o2s48"] [ext_resource type="Script" path="res://scenes/main.gd" id="1_y7a0r"] @@ -10,6 +10,7 @@ [ext_resource type="Script" path="res://scenes/score_window/score_window.gd" id="6_gvoxs"] [ext_resource type="Texture2D" uid="uid://dohsqvvi8y64h" path="res://UI/fish-spinning-ezgif.com-gif-to-sprite-converter.png" id="8_oj2tc"] [ext_resource type="PackedScene" uid="uid://c4s4pigu4pr48" path="res://scenes/microgames/fishin/node_2d.tscn" id="10_sx2ad"] +[ext_resource type="AudioStream" uid="uid://di3mxkflh6a3o" path="res://funny_sounds/gamblecore.mp3" id="11_33353"] [sub_resource type="AtlasTexture" id="AtlasTexture_uyge7"] atlas = ExtResource("8_oj2tc") @@ -339,6 +340,9 @@ $00000000000000000000" position = Vector2(0, 0) scale = Vector2(1, 1) +[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."] +stream = ExtResource("11_33353") + [connection signal="timeout" from="Microgame spawn timer" to="." method="_on_microgame_spawn_timer_timeout"] [connection signal="donezo" from="Score window (real)/Score window" to="." method="_on_score_window_donezo"] [connection signal="buy" from="Stock ticker" to="Score window (real)/Score window" method="_on_stock_ticker_buy"] |