1
Fork 0
mirror of https://github.com/Steffo99/hella-farm.git synced 2024-11-21 23:54:23 +00:00
hella-farm/main.tscn

25 lines
920 B
Text
Raw Normal View History

2024-04-14 22:27:17 +00:00
[gd_scene load_steps=4 format=3 uid="uid://b38wkla8e7rmo"]
2024-04-13 01:08:16 +00:00
2024-04-13 01:14:11 +00:00
[ext_resource type="Script" path="res://main.gd" id="1_jyg3q"]
2024-04-14 01:38:04 +00:00
[ext_resource type="PackedScene" uid="uid://bkm7id1wdwywg" path="res://scenes/menu/safe_margin_container.tscn" id="2_ah6n8"]
2024-04-15 19:24:38 +00:00
[ext_resource type="PackedScene" uid="uid://dyodbq3yrbi87" path="res://postprocessing/postprocessing_rect.tscn" id="2_shp84"]
2024-04-13 01:14:11 +00:00
[node name="Main" type="Node"]
script = ExtResource("1_jyg3q")
2024-05-01 23:10:40 +00:00
starting_stage = 1
2024-04-14 22:27:17 +00:00
[node name="InterfaceCanvas" type="CanvasLayer" parent="."]
[node name="SafeMarginContainer" parent="InterfaceCanvas" instance=ExtResource("2_ah6n8")]
2024-05-01 23:10:40 +00:00
unique_name_in_owner = true
mouse_filter = 2
min_margin_left = 16
min_margin_right = 16
min_margin_top = 16
min_margin_bottom = 16
2024-05-01 23:10:40 +00:00
[node name="PostprocessingCanvas" type="CanvasLayer" parent="."]
[node name="PostprocessingRect" parent="PostprocessingCanvas" instance=ExtResource("2_shp84")]
mouse_filter = 2