|
@@ -1,4 +1,4 @@
|
|
|
-[gd_scene load_steps=9 format=2]
|
|
|
+[gd_scene load_steps=10 format=2]
|
|
|
|
|
|
[ext_resource path="res://icon.png" type="Texture" id=1]
|
|
|
[ext_resource path="res://labs/cascade/arena1.png" type="Texture" id=2]
|
|
@@ -8,10 +8,12 @@
|
|
|
[ext_resource path="res://menu/button/start/StartButton.gd" type="Script" id=6]
|
|
|
[ext_resource path="res://labs/cascade/Arena1.tscn" type="PackedScene" id=7]
|
|
|
[ext_resource path="res://labs/factory/Factory.tscn" type="PackedScene" id=8]
|
|
|
+[ext_resource path="res://debug/TreeNotifier.gd" type="Script" id=9]
|
|
|
|
|
|
[node name="Menu" type="Control"]
|
|
|
anchor_right = 1.0
|
|
|
anchor_bottom = 1.0
|
|
|
+script = ExtResource( 9 )
|
|
|
__meta__ = {
|
|
|
"_edit_use_anchors_": false
|
|
|
}
|