diff options
author | tpart <tpart120@proton.me> | 2025-03-23 20:56:41 +0100 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2025-03-23 20:56:41 +0100 |
commit | dff76d9344a4102154f98bb38a8c8773c214a5bd (patch) | |
tree | 1f8cebb4ad535f46f0cfeaad98b5273bc65a270d /client/audio | |
parent | 0bdd9ed7b86fc39f154d762644de8483df0189bc (diff) | |
download | hurrycurry-dff76d9344a4102154f98bb38a8c8773c214a5bd.tar hurrycurry-dff76d9344a4102154f98bb38a8c8773c214a5bd.tar.bz2 hurrycurry-dff76d9344a4102154f98bb38a8c8773c214a5bd.tar.zst |
Update to Godot 4.4
Diffstat (limited to 'client/audio')
-rw-r--r-- | client/audio/play_random.gd.uid | 1 | ||||
-rw-r--r-- | client/audio/play_random.tscn | 2 | ||||
-rw-r--r-- | client/audio/sound.gd.uid | 1 | ||||
-rw-r--r-- | client/audio/sound.tscn | 2 |
4 files changed, 4 insertions, 2 deletions
diff --git a/client/audio/play_random.gd.uid b/client/audio/play_random.gd.uid new file mode 100644 index 00000000..aa1a18d4 --- /dev/null +++ b/client/audio/play_random.gd.uid @@ -0,0 +1 @@ +uid://n4jwod1jfuiv diff --git a/client/audio/play_random.tscn b/client/audio/play_random.tscn index f9b20842..0521eb5a 100644 --- a/client/audio/play_random.tscn +++ b/client/audio/play_random.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=2 format=3 uid="uid://bncx0wul2ikrg"] -[ext_resource type="Script" path="res://audio/play_random.gd" id="1_c8pxf"] +[ext_resource type="Script" uid="uid://n4jwod1jfuiv" path="res://audio/play_random.gd" id="1_c8pxf"] [node name="PlayRandom" type="Node3D"] script = ExtResource("1_c8pxf") diff --git a/client/audio/sound.gd.uid b/client/audio/sound.gd.uid new file mode 100644 index 00000000..ccaa382b --- /dev/null +++ b/client/audio/sound.gd.uid @@ -0,0 +1 @@ +uid://cho8r5m78a4ur diff --git a/client/audio/sound.tscn b/client/audio/sound.tscn index 5fd759ce..11d1a4e2 100644 --- a/client/audio/sound.tscn +++ b/client/audio/sound.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=4 format=3 uid="uid://d3h243yic44rr"] -[ext_resource type="Script" path="res://audio/sound.gd" id="1_b0qb1"] +[ext_resource type="Script" uid="uid://cho8r5m78a4ur" path="res://audio/sound.gd" id="1_b0qb1"] [ext_resource type="AudioStream" uid="uid://cpyn511c5mtni" path="res://menu/sounds/click.ogg" id="2_mhrce"] [ext_resource type="AudioStream" uid="uid://dtr1khfyqr56o" path="res://menu/sounds/hover.ogg" id="3_qft2s"] |