1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-02-07 19:09:50 +00:00
Pixelorama/src/UI/Tools.tscn
Emmanouil Papadeas afe5a90722 Use a HFlowContainer for the Tools
This commit requires Godot 3.5 and Pixelorama will no longer run in older Godot versions
2022-08-08 04:17:34 +03:00

28 lines
663 B
Plaintext

[gd_scene load_steps=2 format=2]
[ext_resource path="res://src/UI/ToolButtons.gd" type="Script" id=3]
[node name="Tools" type="ScrollContainer"]
anchor_right = 1.0
anchor_bottom = 1.0
margin_right = -1242.0
margin_bottom = -230.0
rect_min_size = Vector2( 36, 36 )
size_flags_horizontal = 0
size_flags_vertical = 0
[node name="PanelContainer" type="PanelContainer" parent="."]
margin_right = 38.0
margin_bottom = 14.0
size_flags_horizontal = 3
__meta__ = {
"_edit_use_anchors_": false
}
[node name="ToolButtons" type="HFlowContainer" parent="PanelContainer"]
margin_left = 7.0
margin_top = 7.0
margin_right = 31.0
margin_bottom = 7.0
script = ExtResource( 3 )