mirror of
https://github.com/creyD/ludum_dare_46.git
synced 2026-06-14 22:32:24 +02:00
Added titlescreen bgm
This commit is contained in:
BIN
src/Menus/TitleScreen/BG.zip
Normal file
BIN
src/Menus/TitleScreen/BG.zip
Normal file
Binary file not shown.
@@ -6,6 +6,10 @@ onready var animation_player = $AnimationPlayer
|
|||||||
|
|
||||||
func _ready():
|
func _ready():
|
||||||
animation_player.play("__INIT__")
|
animation_player.play("__INIT__")
|
||||||
|
SoundControler.pub_play_music("res://Menus/TitleScreen/title_screen_bgm.ogg", false)
|
||||||
|
|
||||||
|
func _exit_tree():
|
||||||
|
SoundControler.pub_stop_music()
|
||||||
|
|
||||||
func _on_Startup_startup_finished():
|
func _on_Startup_startup_finished():
|
||||||
new_game_button.ignore_once = true # Pauls russian solution for ignoring the first sound click in the titlescreen
|
new_game_button.ignore_once = true # Pauls russian solution for ignoring the first sound click in the titlescreen
|
||||||
|
|||||||
BIN
src/Menus/TitleScreen/boss_right.zip
Normal file
BIN
src/Menus/TitleScreen/boss_right.zip
Normal file
Binary file not shown.
BIN
src/Menus/TitleScreen/title_screen_bgm.ogg
Normal file
BIN
src/Menus/TitleScreen/title_screen_bgm.ogg
Normal file
Binary file not shown.
15
src/Menus/TitleScreen/title_screen_bgm.ogg.import
Normal file
15
src/Menus/TitleScreen/title_screen_bgm.ogg.import
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="ogg_vorbis"
|
||||||
|
type="AudioStreamOGGVorbis"
|
||||||
|
path="res://.import/title_screen_bgm.ogg-87b08396ab61fe74716877f53eea7d6d.oggstr"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://Menus/TitleScreen/title_screen_bgm.ogg"
|
||||||
|
dest_files=[ "res://.import/title_screen_bgm.ogg-87b08396ab61fe74716877f53eea7d6d.oggstr" ]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
loop=false
|
||||||
|
loop_offset=0
|
||||||
@@ -121,6 +121,7 @@ position = Vector2( -107.855, 73.4821 )
|
|||||||
[node name="Player" parent="YSort" instance=ExtResource( 1 )]
|
[node name="Player" parent="YSort" instance=ExtResource( 1 )]
|
||||||
position = Vector2( 96, -69.5179 )
|
position = Vector2( 96, -69.5179 )
|
||||||
scale = Vector2( 2, 2 )
|
scale = Vector2( 2, 2 )
|
||||||
|
debug = true
|
||||||
FRICTION = 200
|
FRICTION = 200
|
||||||
|
|
||||||
[node name="Bonfire" parent="YSort" instance=ExtResource( 7 )]
|
[node name="Bonfire" parent="YSort" instance=ExtResource( 7 )]
|
||||||
|
|||||||
Reference in New Issue
Block a user