19 lines
549 B
Text
19 lines
549 B
Text
[gd_scene load_steps=4 format=2]
|
|
|
|
[ext_resource path="res://global.gd" type="Script" id=1]
|
|
[ext_resource path="res://background_loader_scene/background_loader.tscn" type="PackedScene" id=2]
|
|
[ext_resource path="res://gui_scene/GUI/GUI.tscn" type="PackedScene" id=3]
|
|
|
|
[node name="global" type="Node" index="0"]
|
|
|
|
pause_mode = 2
|
|
script = ExtResource( 1 )
|
|
_sections_unfolded = [ "Pause" ]
|
|
|
|
[node name="background_loader" parent="." index="0" instance=ExtResource( 2 )]
|
|
|
|
[node name="GUI" parent="." index="1" instance=ExtResource( 3 )]
|
|
|
|
visible = false
|
|
|
|
|