mirror of
https://github.com/Steffo99/hella-farm.git
synced 2024-11-21 23:54:23 +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
|
||||
|
|
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"]
|
||||
layout_mode = 3
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
[ext_resource type="Script" path="res://main.gd" id="1_jyg3q"]
|
||||
|
||||
[node name="Main" type="Node"]
|
||||
script = ExtResource("1_jyg3q")
|
||||
|
|
Loading…
Reference in a new issue