dee1ee5b1b
Si tu peut regarder pour finir la pull request pour l'écran de selection des puzzles ! Co-authored-by: stilobique-i7 <aurelienvlt@free.fr> Co-authored-by: VAILLANT Jeremy <vaillant.jeremy@dev-crea.com> Reviewed-on: Athena/game-source#72 Co-authored-by: stilobique <aurelienvlt@free.fr> Co-committed-by: stilobique <aurelienvlt@free.fr>
22 lines
532 B
Plaintext
22 lines
532 B
Plaintext
[gd_scene load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://scenes/UI/choose_scenes/ChooseScene.gd" type="Script" id=1]
|
|
|
|
[node name="ChooseScene" type="ScrollContainer"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
scroll_horizontal_enabled = false
|
|
script = ExtResource( 1 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="MarginContainer" type="GridContainer" parent="."]
|
|
margin_right = 1920.0
|
|
margin_bottom = 1080.0
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
columns = 3
|