From b2ad226825fa5a4a88406913001f3bbd5712fcaa Mon Sep 17 00:00:00 2001 From: alex-kumpula Date: Sun, 12 Nov 2023 14:13:29 -0700 Subject: [PATCH] Added new music --- godot/audio/TricksterGhostNew.mp3 | 3 +++ godot/audio/TricksterGhostNew.mp3.import | 19 +++++++++++++++++++ .../control_scheme/test_basic_controls.tscn | 6 +++--- 3 files changed, 25 insertions(+), 3 deletions(-) create mode 100644 godot/audio/TricksterGhostNew.mp3 create mode 100644 godot/audio/TricksterGhostNew.mp3.import diff --git a/godot/audio/TricksterGhostNew.mp3 b/godot/audio/TricksterGhostNew.mp3 new file mode 100644 index 0000000..4a3983d --- /dev/null +++ b/godot/audio/TricksterGhostNew.mp3 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7cf1d4a1042f42c6ddb667522d1b1da3023cd47c82feab12d0d8e5b9be0ae37 +size 817109 diff --git a/godot/audio/TricksterGhostNew.mp3.import b/godot/audio/TricksterGhostNew.mp3.import new file mode 100644 index 0000000..d2139bc --- /dev/null +++ b/godot/audio/TricksterGhostNew.mp3.import @@ -0,0 +1,19 @@ +[remap] + +importer="mp3" +type="AudioStreamMP3" +uid="uid://dw06bektw4j8m" +path="res://.godot/imported/TricksterGhostNew.mp3-04c37f493148cbf09dc4a34a27263367.mp3str" + +[deps] + +source_file="res://audio/TricksterGhostNew.mp3" +dest_files=["res://.godot/imported/TricksterGhostNew.mp3-04c37f493148cbf09dc4a34a27263367.mp3str"] + +[params] + +loop=false +loop_offset=0 +bpm=0 +beat_count=0 +bar_beats=4 diff --git a/godot/tests/control_scheme/test_basic_controls.tscn b/godot/tests/control_scheme/test_basic_controls.tscn index ed9c06f..0de6714 100644 --- a/godot/tests/control_scheme/test_basic_controls.tscn +++ b/godot/tests/control_scheme/test_basic_controls.tscn @@ -4,12 +4,12 @@ [ext_resource type="PackedScene" uid="uid://drmb4sitb74fx" path="res://control_scheme/controller.tscn" id="2_dcvuq"] [ext_resource type="PackedScene" uid="uid://c43pr474qofhl" path="res://physics/grape.tscn" id="3_gijly"] [ext_resource type="PackedScene" uid="uid://b1uf31ed6h0ir" path="res://UI/TAS UI/TAS UI.tscn" id="4_8yatx"] -[ext_resource type="PackedScene" uid="uid://cx4ohbn84hmc3" path="res://cake.tscn" id="5_udc7s"] +[ext_resource type="PackedScene" path="res://cake.tscn" id="5_udc7s"] [ext_resource type="PackedScene" uid="uid://cfpiau12q3fut" path="res://Objects/child/child.tscn" id="6_52mue"] [ext_resource type="PackedScene" uid="uid://dfkyytk42ecwk" path="res://Objects/igloo/igloo.tscn" id="7_ifsxo"] [ext_resource type="Script" path="res://tests/control_scheme/screen_shader.gd" id="8_crgih"] [ext_resource type="Shader" path="res://tests/control_scheme/screen_shader.gdshader" id="8_w6ylu"] -[ext_resource type="AudioStream" uid="uid://b88pn0htpxvo3" path="res://audio/TricksterGhost.mp3" id="10_58hft"] +[ext_resource type="AudioStream" uid="uid://dw06bektw4j8m" path="res://audio/TricksterGhostNew.mp3" id="10_4mw33"] [sub_resource type="Gradient" id="Gradient_iyif7"] offsets = PackedFloat32Array(0.333333, 0.635088, 1) @@ -86,5 +86,5 @@ transform = Transform3D(0.495368, 0.868683, -1.47631e-08, -0.635304, 0.362283, 0 [node name="TAS UI" parent="." index="10" instance=ExtResource("4_8yatx")] [node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="." index="11"] -stream = ExtResource("10_58hft") +stream = ExtResource("10_4mw33") autoplay = true