source: Studio/Simple_Audio_Player.tscn@ aa1db83

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

Made Keybindings ini file and Mana bar.

  • Property mode set to 100644
File size: 338 bytes
Line 
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
7[node name="Simple_Audio_Player" type="Spatial"]
8script = ExtResource( 1 )
9
10[node name="Audio_Stream_Player" type="AudioStreamPlayer" parent="."]
11stream = SubResource( 1 )
12volume_db = -4.0
Note: See TracBrowser for help on using the repository browser.