Exit_button.tscn 830 Б
Newer Older
Artem Go's avatar
Artem Go включено в состав коммита
1
[gd_scene load_steps=6 format=2]
DN's avatar
DN включено в состав коммита
2
3
4
5

[ext_resource path="res://blokoj/title_screen/Item_Icons/Exit.png" type="Texture" id=1]
[ext_resource path="res://blokoj/title_screen/Menu/fonts/18957.otf" type="DynamicFontData" id=3]
[ext_resource path="res://blokoj/title_screen/Menu/fonts/Buttons_stylel.tres" type="StyleBox" id=4]
Max Bondarev's avatar
Max Bondarev включено в состав коммита
6
7
[ext_resource path="res://blokoj/title_screen/Menu/Scripts/StartGame.gd" type="Script" id=5]

DN's avatar
DN включено в состав коммита
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24

[sub_resource type="DynamicFont" id=1]
font_data = ExtResource( 3 )

[node name="Exit" type="Button"]
margin_top = 280.0
margin_right = 52.0
margin_bottom = 332.0
custom_styles/focus = ExtResource( 4 )
custom_fonts/font = SubResource( 1 )
icon = ExtResource( 1 )
script = ExtResource( 5 )
__meta__ = {
"_edit_group_": true,
"_edit_use_anchors_": false
}
load_scene = "res://blokoj/title_screen/Menu/scene/Exit.tscn"