diff --git a/scenes/UI/ChooseScene.gd b/scenes/UI/ChooseScene.gd index b68380e..9daabb5 100644 --- a/scenes/UI/ChooseScene.gd +++ b/scenes/UI/ChooseScene.gd @@ -5,7 +5,6 @@ func _on_WarCraft_pressed(): Global.goto_scene("res://scenes/levels/WarCraft.tscn") - func _on_Lightmap_pressed(): Global.goto_scene("res://developers/aurelien/CheckLightmap.tscn") diff --git a/scenes/UI/ChooseScene.tscn b/scenes/UI/ChooseScene.tscn index 36cbbb5..a646304 100644 --- a/scenes/UI/ChooseScene.tscn +++ b/scenes/UI/ChooseScene.tscn @@ -41,6 +41,14 @@ margin_bottom = 304.0 mouse_default_cursor_shape = 2 texture_normal = ExtResource( 2 ) +[node name="Label" type="Label" parent="games/GridContainer/Lightmap"] +margin_right = 40.0 +margin_bottom = 14.0 +text = "Lightmap" +__meta__ = { +"_edit_use_anchors_": false +} + [node name="Dagger" type="TextureButton" parent="games/GridContainer"] margin_top = 308.0 margin_right = 150.0 @@ -49,8 +57,11 @@ mouse_default_cursor_shape = 2 texture_normal = ExtResource( 2 ) [node name="Label" type="Label" parent="games/GridContainer/Dagger"] -margin_right = 40.0 +margin_right = 44.0 margin_bottom = 14.0 +text = "Dagger" +align = 1 +valign = 1 __meta__ = { "_edit_use_anchors_": false }