mirror of
https://github.com/Steffo99/hella-farm.git
synced 2024-11-22 16:14:22 +00:00
Make Main
a regular Node
This commit is contained in:
parent
fc89944cfa
commit
b62987f034
2 changed files with 6 additions and 9 deletions
2
main.gd
2
main.gd
|
@ -1,2 +1,2 @@
|
||||||
extends Control
|
extends Node
|
||||||
class_name Main
|
class_name Main
|
||||||
|
|
13
main.tscn
13
main.tscn
|
@ -1,9 +1,6 @@
|
||||||
[gd_scene format=3 uid="uid://b38wkla8e7rmo"]
|
[gd_scene load_steps=2 format=3 uid="uid://b38wkla8e7rmo"]
|
||||||
|
|
||||||
[node name="Main" type="Control"]
|
[ext_resource type="Script" path="res://main.gd" id="1_jyg3q"]
|
||||||
layout_mode = 3
|
|
||||||
anchors_preset = 15
|
[node name="Main" type="Node"]
|
||||||
anchor_right = 1.0
|
script = ExtResource("1_jyg3q")
|
||||||
anchor_bottom = 1.0
|
|
||||||
grow_horizontal = 2
|
|
||||||
grow_vertical = 2
|
|
||||||
|
|
Loading…
Reference in a new issue