mirror of
https://git.kittycat.homes/BatHeartTiger/untitled-plant-game.git
synced 2024-08-15 03:16:27 +00:00
volume slider
This commit is contained in:
parent
7ab759a777
commit
cf3e10a880
25 changed files with 191 additions and 10 deletions
8
Music/Music.tscn
Normal file
8
Music/Music.tscn
Normal file
|
@ -0,0 +1,8 @@
|
|||
[gd_scene load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://Music/untitled_plant_game.ogg" type="AudioStream" id=1]
|
||||
|
||||
[node name="Music" type="AudioStreamPlayer"]
|
||||
stream = ExtResource( 1 )
|
||||
autoplay = true
|
||||
bus = "Music"
|
BIN
Music/untitled_plant_game.ogg
Normal file
BIN
Music/untitled_plant_game.ogg
Normal file
Binary file not shown.
15
Music/untitled_plant_game.ogg.import
Normal file
15
Music/untitled_plant_game.ogg.import
Normal file
|
@ -0,0 +1,15 @@
|
|||
[remap]
|
||||
|
||||
importer="ogg_vorbis"
|
||||
type="AudioStreamOGGVorbis"
|
||||
path="res://.import/untitled_plant_game.ogg-31760f108d0f02d04c8560ca1ea3daf1.oggstr"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Music/untitled_plant_game.ogg"
|
||||
dest_files=[ "res://.import/untitled_plant_game.ogg-31760f108d0f02d04c8560ca1ea3daf1.oggstr" ]
|
||||
|
||||
[params]
|
||||
|
||||
loop=true
|
||||
loop_offset=0
|
Loading…
Add table
Add a link
Reference in a new issue