new sprites with transparency
This commit is contained in:
parent
52cda35522
commit
d811193b25
442 changed files with 8001 additions and 88 deletions
15
menu.tscn
15
menu.tscn
|
|
@ -182,6 +182,21 @@ texture_normal = ExtResource("20_oil5j")
|
|||
texture_pressed = ExtResource("21_8uog0")
|
||||
texture_hover = ExtResource("22_k5x1w")
|
||||
|
||||
[node name="Label" type="Label" parent="."]
|
||||
layout_mode = 1
|
||||
anchors_preset = 7
|
||||
anchor_left = 0.5
|
||||
anchor_top = 1.0
|
||||
anchor_right = 0.5
|
||||
anchor_bottom = 1.0
|
||||
offset_left = -20.0
|
||||
offset_top = -23.0
|
||||
offset_right = 20.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 0
|
||||
text = "V1.1"
|
||||
horizontal_alignment = 1
|
||||
|
||||
[connection signal="pressed" from="VBoxContainer/StartButton" to="." method="_on_start_button_pressed"]
|
||||
[connection signal="pressed" from="VBoxContainer/ContinueButton" to="." method="_on_continue_button_pressed"]
|
||||
[connection signal="pressed" from="VBoxContainer/HowToPlay" to="." method="_on_how_to_play_pressed"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue