Reordering scene, and setup basic scene instance on main view
This commit is contained in:
committed by
Vaillant Jeremy
parent
fa4ec8baea
commit
74a5c3ac69
@@ -0,0 +1,55 @@
|
||||
[gd_scene load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://scenes/UI/choose_scenes/ChooseScene.gd" type="Script" id=1]
|
||||
[ext_resource path="res://assets/levels/warcraft.jpg" type="Texture" id=2]
|
||||
|
||||
[node name="ChooseScene" type="CenterContainer"]
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
script = ExtResource( 1 )
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
||||
[node name="GridContainer" type="GridContainer" parent="."]
|
||||
margin_left = 645.0
|
||||
margin_top = 298.0
|
||||
margin_right = 795.0
|
||||
margin_bottom = 602.0
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
||||
[node name="WarCraft" type="TextureButton" parent="GridContainer"]
|
||||
margin_right = 150.0
|
||||
margin_bottom = 150.0
|
||||
mouse_default_cursor_shape = 2
|
||||
texture_normal = ExtResource( 2 )
|
||||
|
||||
[node name="Lightmap" type="TextureButton" parent="GridContainer"]
|
||||
margin_top = 154.0
|
||||
margin_right = 150.0
|
||||
margin_bottom = 304.0
|
||||
mouse_default_cursor_shape = 2
|
||||
texture_normal = ExtResource( 2 )
|
||||
|
||||
[node name="Label" type="Label" parent="GridContainer/Lightmap"]
|
||||
margin_right = 40.0
|
||||
margin_bottom = 14.0
|
||||
text = "Lightmap"
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
||||
[node name="Container" type="Control" parent="."]
|
||||
margin_left = 720.0
|
||||
margin_top = 450.0
|
||||
margin_right = 720.0
|
||||
margin_bottom = 450.0
|
||||
|
||||
[node name="HBoxContainer" type="VBoxContainer" parent="Container"]
|
||||
margin_right = 824.0
|
||||
margin_bottom = 300.0
|
||||
|
||||
[connection signal="pressed" from="GridContainer/WarCraft" to="." method="_on_WarCraft_pressed"]
|
||||
[connection signal="pressed" from="GridContainer/Lightmap" to="." method="_on_Lightmap_pressed"]
|
||||
Reference in New Issue
Block a user