-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcontrols.tscn
38 lines (31 loc) · 969 Bytes
/
controls.tscn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[gd_scene load_steps=4 format=1]
[ext_resource path="res://Pictures/menu_pictures/controls.png" type="Texture" id=1]
[ext_resource path="res://Pictures/menu_pictures/back_button.png" type="Texture" id=2]
[ext_resource path="res://Scripts/controls-back-button.gd" type="Script" id=3]
[node name="controls" type="TextureFrame"]
focus/ignore_mouse = true
focus/stop_mouse = true
size_flags/horizontal = 2
size_flags/vertical = 2
margin/left = 0.0
margin/top = 0.0
margin/right = 1026.0
margin/bottom = 602.0
texture = ExtResource( 1 )
stretch_mode = 4
[node name="back-button" type="TextureButton" parent="."]
focus/ignore_mouse = false
focus/stop_mouse = true
size_flags/horizontal = 2
size_flags/vertical = 2
margin/left = 16.0
margin/top = 18.0
margin/right = 171.0
margin/bottom = 124.0
toggle_mode = false
enabled_focus_mode = 2
shortcut = null
textures/normal = ExtResource( 2 )
params/resize_mode = 0
params/stretch_mode = 0
script/script = ExtResource( 3 )