-
Notifications
You must be signed in to change notification settings - Fork 1
/
mainMenu.tscn
52 lines (41 loc) · 1.16 KB
/
mainMenu.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
[gd_scene load_steps=3 format=1]
[ext_resource path="res://src/scripts/mainMenu.gd" type="Script" id=1]
[ext_resource path="res://assets/art/bg5.jpg" type="Texture" id=2]
[node name="mainMenu" type="Node"]
script/script = ExtResource( 1 )
[node name="bg5" type="Sprite" parent="."]
transform/pos = Vector2( 644.217, 223.26 )
transform/scale = Vector2( 2, 2 )
texture = ExtResource( 2 )
[node name="spaceCenterButton" type="Button" parent="."]
focus/ignore_mouse = false
focus/stop_mouse = true
size_flags/horizontal = 2
size_flags/vertical = 2
margin/left = 156.0
margin/top = 330.0
margin/right = 421.0
margin/bottom = 369.0
toggle_mode = false
enabled_focus_mode = 2
shortcut = null
text = "Go to OSC"
flat = false
[node name="Label" type="Label" parent="."]
rect/scale = Vector2( 2, 2 )
focus/ignore_mouse = true
focus/stop_mouse = true
size_flags/horizontal = 2
size_flags/vertical = 0
size_flags/stretch_ratio = 3.0
margin/left = 3.0
margin/top = 0.0
margin/right = 301.0
margin/bottom = 137.0
custom_colors/font_color = Color( 1, 0.867188, 0, 1 )
text = "Welcome to Open Space Program"
align = 1
valign = 1
percent_visible = 1.0
lines_skipped = 0
max_lines_visible = -1