godot-start/scene/demo12_gui/anchor.tscn

25 lines
554 B
Plaintext
Raw Normal View History

2022-07-24 03:42:01 +00:00
[gd_scene load_steps=2 format=2]
[ext_resource path="res://icon.png" type="Texture" id=1]
[node name="Node2D" type="Node2D"]
[node name="icon" type="Sprite" parent="."]
position = Vector2( 102.421, 70.9156 )
texture = ExtResource( 1 )
[node name="ButtonParent" type="Button" parent="."]
margin_left = 323.666
margin_top = 121.838
margin_right = 376.666
margin_bottom = 141.838
text = "Parent"
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Button" type="Button" parent="ButtonParent"]
margin_right = 44.0
margin_bottom = 20.0
text = "Child"