FaC grid container
This commit is contained in:
parent
75603094bb
commit
3232182a9f
8 changed files with 67 additions and 51 deletions
|
@ -1,4 +1,6 @@
|
|||
[gd_scene format=3 uid="uid://cignc2wdaxuro"]
|
||||
[gd_scene load_steps=2 format=3 uid="uid://cignc2wdaxuro"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://exbrdfhk0bou" path="res://scenes/find_a_couple/tile_grid.tscn" id="1_85msg"]
|
||||
|
||||
[node name="Control" type="Control"]
|
||||
layout_mode = 3
|
||||
|
@ -16,7 +18,7 @@ offset_bottom = 720.0
|
|||
mouse_filter = 1
|
||||
color = Color(0.787759, 0.787759, 0.787759, 1)
|
||||
|
||||
[node name="Label" type="Label" parent="."]
|
||||
[node name="Label" type="Label" parent="ColorRect"]
|
||||
layout_mode = 0
|
||||
offset_right = 99.0
|
||||
offset_bottom = 69.0
|
||||
|
@ -25,3 +27,10 @@ text = "1:00"
|
|||
horizontal_alignment = 1
|
||||
vertical_alignment = 1
|
||||
justification_flags = 162
|
||||
|
||||
[node name="GridContainer" parent="ColorRect" instance=ExtResource("1_85msg")]
|
||||
layout_mode = 0
|
||||
offset_left = 515.0
|
||||
offset_top = 217.0
|
||||
offset_right = 765.0
|
||||
offset_bottom = 467.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue