2018-08-21 08:41:41 +00:00
|
|
|
[gd_scene load_steps=4 format=2]
|
2018-08-09 07:36:14 +00:00
|
|
|
|
|
|
|
[ext_resource path="res://global.gd" type="Script" id=1]
|
|
|
|
[ext_resource path="res://background_loader_scene/background_loader.tscn" type="PackedScene" id=2]
|
2018-08-25 08:05:54 +00:00
|
|
|
[ext_resource path="res://gui_scene/GUI/GUI.tscn" type="PackedScene" id=3]
|
2018-08-09 07:36:14 +00:00
|
|
|
|
2018-09-22 08:45:39 +00:00
|
|
|
[node name="global" type="Node" index="0"]
|
2018-08-09 07:36:14 +00:00
|
|
|
|
2018-08-09 08:16:41 +00:00
|
|
|
pause_mode = 2
|
2018-08-09 07:36:14 +00:00
|
|
|
script = ExtResource( 1 )
|
2018-08-09 08:16:41 +00:00
|
|
|
_sections_unfolded = [ "Pause" ]
|
2018-08-09 07:36:14 +00:00
|
|
|
|
|
|
|
[node name="background_loader" parent="." index="0" instance=ExtResource( 2 )]
|
|
|
|
|
2018-08-21 08:41:41 +00:00
|
|
|
[node name="GUI" parent="." index="1" instance=ExtResource( 3 )]
|
|
|
|
|
|
|
|
visible = false
|
|
|
|
|
2018-09-30 14:22:07 +00:00
|
|
|
[node name="audio_stream_player" type="AudioStreamPlayer" parent="." index="2"]
|
|
|
|
|
|
|
|
stream = null
|
|
|
|
volume_db = 0.0
|
|
|
|
pitch_scale = 1.0
|
|
|
|
autoplay = false
|
|
|
|
mix_target = 0
|
|
|
|
bus = "Master"
|
|
|
|
|
2018-08-09 07:36:14 +00:00
|
|
|
|