15 lines
285 B
Plaintext
15 lines
285 B
Plaintext
[gd_scene load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://Pix.gd" type="Script" id=1]
|
|
|
|
[node name="Pix" type="Button" groups=[
|
|
"Pix",
|
|
]]
|
|
margin_right = 100.0
|
|
margin_bottom = 100.0
|
|
rect_min_size = Vector2( 50, 50 )
|
|
script = ExtResource( 1 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|