mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-03-13 06:45:17 +00:00
Removed legacy FrameContainer.tscn
This commit is contained in:
parent
321ac978f1
commit
3b68698be3
2 changed files with 3 additions and 18 deletions
|
@ -13,6 +13,9 @@ size_flags_vertical = 0
|
||||||
toggle_mode = true
|
toggle_mode = true
|
||||||
button_mask = 7
|
button_mask = 7
|
||||||
script = ExtResource( 1 )
|
script = ExtResource( 1 )
|
||||||
|
__meta__ = {
|
||||||
|
"_edit_use_anchors_": false
|
||||||
|
}
|
||||||
|
|
||||||
[node name="FrameTexture" type="TextureRect" parent="."]
|
[node name="FrameTexture" type="TextureRect" parent="."]
|
||||||
margin_left = 2.0
|
margin_left = 2.0
|
||||||
|
|
|
@ -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
|
|
Loading…
Add table
Reference in a new issue