1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-03-12 22:35:18 +00:00

Removed legacy FrameContainer.tscn

This commit is contained in:
OverloadedOrama 2020-03-08 21:41:01 +02:00
parent 321ac978f1
commit 3b68698be3
2 changed files with 3 additions and 18 deletions

View file

@ -13,6 +13,9 @@ size_flags_vertical = 0
toggle_mode = true
button_mask = 7
script = ExtResource( 1 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="FrameTexture" type="TextureRect" parent="."]
margin_left = 2.0

View file

@ -1,18 +0,0 @@
[gd_scene load_steps=2 format=2]
[ext_resource path="res://Prefabs/FrameButton.tscn" type="PackedScene" id=1]
[node name="FrameContainer" type="VBoxContainer"]
margin_right = 32.0
margin_bottom = 50.0
[node name="FrameID" type="Label" parent="."]
margin_right = 36.0
margin_bottom = 17.0
rect_min_size = Vector2( 0, 17 )
text = "0"
align = 1
[node name="FrameButton" parent="." instance=ExtResource( 1 )]
margin_top = 21.0
margin_bottom = 57.0