Put icon on main menu
parent
3c949c119c
commit
50fb2f81cc
|
@ -1,6 +1,7 @@
|
||||||
[gd_scene load_steps=2 format=2]
|
[gd_scene load_steps=3 format=2]
|
||||||
|
|
||||||
[ext_resource path="res://main_menu.gd" type="Script" id=1]
|
[ext_resource path="res://main_menu.gd" type="Script" id=1]
|
||||||
|
[ext_resource path="res://icon.png" type="Texture" id=2]
|
||||||
|
|
||||||
[node name="Node2D" type="Node2D"]
|
[node name="Node2D" type="Node2D"]
|
||||||
script = ExtResource( 1 )
|
script = ExtResource( 1 )
|
||||||
|
@ -32,5 +33,10 @@ rect_scale = Vector2( 6, 6 )
|
||||||
text = "noshg3"
|
text = "noshg3"
|
||||||
scroll_active = false
|
scroll_active = false
|
||||||
|
|
||||||
|
[node name="Icon" type="Sprite" parent="."]
|
||||||
|
position = Vector2( 792, 218 )
|
||||||
|
scale = Vector2( 2.92188, 2.92188 )
|
||||||
|
texture = ExtResource( 2 )
|
||||||
|
|
||||||
[connection signal="pressed" from="VBoxContainer/Start" to="." method="_on_Start_pressed"]
|
[connection signal="pressed" from="VBoxContainer/Start" to="." method="_on_Start_pressed"]
|
||||||
[connection signal="pressed" from="VBoxContainer/Exit" to="." method="_on_Exit_pressed"]
|
[connection signal="pressed" from="VBoxContainer/Exit" to="." method="_on_Exit_pressed"]
|
||||||
|
|
Loading…
Reference in New Issue