13 lines
343 B
Text
13 lines
343 B
Text
|
[gd_scene load_steps=3 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]
|
||
|
|
||
|
[node name="global" type="Node" index="0"]
|
||
|
|
||
|
script = ExtResource( 1 )
|
||
|
|
||
|
[node name="background_loader" parent="." index="0" instance=ExtResource( 2 )]
|
||
|
|
||
|
|