FaC grid container
This commit is contained in:
parent
75603094bb
commit
3232182a9f
8 changed files with 67 additions and 51 deletions
24
scenes/find_a_couple/tile_grid.tscn
Normal file
24
scenes/find_a_couple/tile_grid.tscn
Normal file
|
@ -0,0 +1,24 @@
|
|||
[gd_scene load_steps=2 format=3 uid="uid://exbrdfhk0bou"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://lu353vx1qhnw" path="res://scenes/find_a_couple/tile_btn.tscn" id="1_l5jho"]
|
||||
|
||||
[node name="GridContainer" type="GridContainer"]
|
||||
theme_override_constants/h_separation = 50
|
||||
theme_override_constants/v_separation = 50
|
||||
columns = 2
|
||||
|
||||
[node name="TextureButton" parent="." instance=ExtResource("1_l5jho")]
|
||||
custom_minimum_size = Vector2(100, 100)
|
||||
layout_mode = 2
|
||||
|
||||
[node name="TextureButton2" parent="." instance=ExtResource("1_l5jho")]
|
||||
custom_minimum_size = Vector2(100, 100)
|
||||
layout_mode = 2
|
||||
|
||||
[node name="TextureButton3" parent="." instance=ExtResource("1_l5jho")]
|
||||
custom_minimum_size = Vector2(100, 100)
|
||||
layout_mode = 2
|
||||
|
||||
[node name="TextureButton4" parent="." instance=ExtResource("1_l5jho")]
|
||||
custom_minimum_size = Vector2(100, 100)
|
||||
layout_mode = 2
|
Loading…
Add table
Add a link
Reference in a new issue