lower_label.text = "Arrow keys/WASD/Left-Stick to move."
tween_text = get_tree().create_tween()
tween_text.tween_property(lower_label, "self_modulate", Color(1, 1, 1, 0), 5)
+ tween_text.tween_callback(func():
+ lower_label.text = ""
+ lower_label.self_modulate = Color(1, 1, 1, 1)
+ )
+ music_file.close()
+ music_player.volume_db = 0.0
+ music_player.stream = AudioStreamMP3.new()
+ music_file = FileAccess.open("res://audio/LD55_2.mp3", FileAccess.READ)
+ music_player.stream.data = music_file.get_buffer(music_file.get_length())
+ music_player.stream.loop = true
+ music_player.play()
StateT.Dungeon_Entrance:
camera_to_gander(delta)
if level_guard == null:
--- /dev/null
+[remap]
+
+importer="mp3"
+type="AudioStreamMP3"
+uid="uid://18u0r46uho0f"
+path="res://.godot/imported/LD55_2.mp3-34aece3f1076ff4ee4a342f09742ae03.mp3str"
+
+[deps]
+
+source_file="res://audio/LD55_2.mp3"
+dest_files=["res://.godot/imported/LD55_2.mp3-34aece3f1076ff4ee4a342f09742ae03.mp3str"]
+
+[params]
+
+loop=true
+loop_offset=0
+bpm=0
+beat_count=0
+bar_beats=4
--- /dev/null
+[remap]
+
+importer="mp3"
+type="AudioStreamMP3"
+uid="uid://dymc7p8pyr5y4"
+path="res://.godot/imported/LD55_3.mp3-20ea91918fd2eaba4ffbeab07a2323ed.mp3str"
+
+[deps]
+
+source_file="res://audio/LD55_3.mp3"
+dest_files=["res://.godot/imported/LD55_3.mp3-20ea91918fd2eaba4ffbeab07a2323ed.mp3str"]
+
+[params]
+
+loop=true
+loop_offset=0
+bpm=0
+beat_count=0
+bar_beats=4