untitled-plant-game/World/Main.tscn

22 lines
613 B
Text
Raw Normal View History

2021-12-04 15:14:06 +00:00
[gd_scene load_steps=3 format=2]
2021-12-03 23:12:22 +00:00
2021-12-04 00:20:48 +00:00
[ext_resource path="res://World/Plant.tscn" type="PackedScene" id=1]
2021-12-04 15:14:06 +00:00
[ext_resource path="res://World/FullscreenButton.gd" type="Script" id=2]
2021-12-03 23:12:22 +00:00
[node name="Main" type="Node2D"]
2021-12-04 00:20:48 +00:00
[node name="Plant" parent="." instance=ExtResource( 1 )]
2021-12-04 15:14:06 +00:00
[node name="FullscreenButton" type="Button" parent="."]
margin_left = 171.0
margin_top = 122.0
margin_right = 254.0
margin_bottom = 142.0
text = "fuelscren :)"
script = ExtResource( 2 )
__meta__ = {
"_edit_use_anchors_": false
}
[connection signal="pressed" from="FullscreenButton" to="FullscreenButton" method="_on_FullscreenButton_pressed"]