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
|
Rev | Line | |
---|
[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 |
|
---|
| 7 | format = 0
|
---|
| 8 | loop_mode = 0
|
---|
| 9 | loop_begin = 0
|
---|
| 10 | loop_end = 0
|
---|
| 11 | mix_rate = 44100
|
---|
| 12 | stereo = false
|
---|
| 13 | data = PoolByteArray( )
|
---|
| 14 |
|
---|
| 15 | [node name="Simple_Audio_Player" type="Spatial" index="0"]
|
---|
| 16 |
|
---|
| 17 | script = ExtResource( 1 )
|
---|
| 18 |
|
---|
| 19 | [node name="Audio_Stream_Player" type="AudioStreamPlayer" parent="." index="0"]
|
---|
| 20 |
|
---|
| 21 | stream = SubResource( 1 )
|
---|
| 22 | volume_db = -4.0
|
---|
| 23 | autoplay = false
|
---|
| 24 | mix_target = 0
|
---|
| 25 | bus = "Master"
|
---|
| 26 | _sections_unfolded = [ "Attenuation Filter" ]
|
---|
| 27 |
|
---|
| 28 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.