summaryrefslogtreecommitdiff
path: root/src/Main.tscn
diff options
context:
space:
mode:
Diffstat (limited to 'src/Main.tscn')
-rw-r--r--src/Main.tscn10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/Main.tscn b/src/Main.tscn
index 1442e36..d633409 100644
--- a/src/Main.tscn
+++ b/src/Main.tscn
@@ -1,21 +1,19 @@
[gd_scene load_steps=6 format=2]
[ext_resource path="res://entities/actors/snake/scenes/Snake.tscn" type="PackedScene" id=1]
-[ext_resource path="res://tools/ScreenRecorder.tscn" type="PackedScene" id=2]
[ext_resource path="res://ui/UI.tscn" type="PackedScene" id=3]
[ext_resource path="res://main.gd" type="Script" id=4]
[ext_resource path="res://entities/food/scenes/FoodManager.tscn" type="PackedScene" id=5]
+[ext_resource path="res://tools/world_generator/scenes/WorldGenerator.tscn" type="PackedScene" id=6]
[node name="Main" type="Node2D"]
script = ExtResource( 4 )
+[node name="WorldGenerator" parent="." instance=ExtResource( 6 )]
+
[node name="FoodManager" parent="." instance=ExtResource( 5 )]
+WORLD_GENERATOR_NP = NodePath("../WorldGenerator")
[node name="Snake" parent="." instance=ExtResource( 1 )]
-[node name="Camera" type="Camera2D" parent="."]
-current = true
-
[node name="UI" parent="." instance=ExtResource( 3 )]
-
-[node name="ScreenRecorder" parent="." instance=ExtResource( 2 )]