mirror of
https://github.com/Dariasteam/Cows-Revenge.git
synced 2026-01-23 18:35:13 +00:00
27 lines
656 B
Text
27 lines
656 B
Text
[gd_scene load_steps=3 format=1]
|
|
|
|
[ext_resource path="res://Fonts/pixelated_title.fnt" type="BitmapFont" id=1]
|
|
[ext_resource path="res://Scenes/Menu/back_button.gd" type="Script" id=2]
|
|
|
|
[node name="Button" type="Button"]
|
|
|
|
focus/ignore_mouse = false
|
|
focus/stop_mouse = true
|
|
size_flags/horizontal = 2
|
|
size_flags/vertical = 2
|
|
margin/left = 524.0
|
|
margin/top = 648.0
|
|
margin/right = 742.0
|
|
margin/bottom = 696.0
|
|
custom_fonts/font = ExtResource( 1 )
|
|
toggle_mode = false
|
|
enabled_focus_mode = 2
|
|
shortcut = null
|
|
text = "BTTN_BACK"
|
|
flat = false
|
|
script/script = ExtResource( 2 )
|
|
scene = null
|
|
|
|
[connection signal="pressed" from="." to="." method="_on_Button_pressed"]
|
|
|
|
|