source: Studio/Simple_Audio_Player.tscn@ 0249beb

sandbox
Last change on this file since 0249beb was f7b09c8, checked in by Kevin Chapman <victory2b@…>, 4 years ago

First Draft of world test with working movement and loading screen.

  • Property mode set to 100644
File size: 566 bytes
RevLine 
[f7b09c8]1[gd_scene load_steps=3 format=2]
2
3[ext_resource path="res://SimpleAudioPlayer.gd" type="Script" id=1]
4
5[sub_resource type="AudioStreamSample" id=1]
6
7format = 0
8loop_mode = 0
9loop_begin = 0
10loop_end = 0
11mix_rate = 44100
12stereo = false
13data = PoolByteArray( )
14
15[node name="Simple_Audio_Player" type="Spatial" index="0"]
16
17script = ExtResource( 1 )
18
19[node name="Audio_Stream_Player" type="AudioStreamPlayer" parent="." index="0"]
20
21stream = SubResource( 1 )
22volume_db = -4.0
23autoplay = false
24mix_target = 0
25bus = "Master"
26_sections_unfolded = [ "Attenuation Filter" ]
27
28
Note: See TracBrowser for help on using the repository browser.