Use BDD for list scenes

This commit is contained in:
VAILLANT Jeremy
2021-05-13 23:15:05 +02:00
parent 8dbbbe7629
commit 23e8bef1b8
3 changed files with 113 additions and 29 deletions
+10 -20
View File
@@ -20,10 +20,10 @@ __meta__ = {
}
[node name="GridContainer" type="GridContainer" parent="games"]
margin_left = 25.0
margin_top = 26.2599
margin_right = 824.0
margin_bottom = 601.26
margin_left = 503.586
margin_top = 300.0
margin_right = 1302.59
margin_bottom = 604.0
__meta__ = {
"_edit_use_anchors_": false
}
@@ -49,23 +49,13 @@ __meta__ = {
"_edit_use_anchors_": false
}
[node name="Dagger" type="TextureButton" parent="games/GridContainer"]
margin_top = 308.0
margin_right = 150.0
margin_bottom = 458.0
mouse_default_cursor_shape = 2
texture_normal = ExtResource( 2 )
[node name="Container" type="Control" parent="games"]
margin_right = 824.0
margin_bottom = 300.0
[node name="Label" type="Label" parent="games/GridContainer/Dagger"]
margin_right = 44.0
margin_bottom = 14.0
text = "Dagger"
align = 1
valign = 1
__meta__ = {
"_edit_use_anchors_": false
}
[node name="HBoxContainer" type="VBoxContainer" parent="games/Container"]
margin_right = 824.0
margin_bottom = 300.0
[connection signal="pressed" from="games/GridContainer/WarCraft" to="." method="_on_WarCraft_pressed"]
[connection signal="pressed" from="games/GridContainer/Lightmap" to="." method="_on_Lightmap_pressed"]
[connection signal="pressed" from="games/GridContainer/Dagger" to="." method="_on_Dagger_pressed"]