-
Notifications
You must be signed in to change notification settings - Fork 0
/
MainMenu.tscn
53 lines (44 loc) · 1.3 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
51
52
53
[gd_scene load_steps=6 format=2]
[ext_resource path="res://m5x7.ttf" type="DynamicFontData" id=1]
[ext_resource path="res://MainMenu.gd" type="Script" id=2]
[ext_resource path="res://oirgjoidgoif button.gd" type="Script" id=3]
[sub_resource type="RectangleShape2D" id=2]
extents = Vector2( 76, 17 )
[sub_resource type="DynamicFont" id=1]
font_data = ExtResource( 1 )
[node name="MainMenu" type="Node2D"]
script = ExtResource( 2 )
[node name="Button" type="Area2D" parent="."]
script = ExtResource( 3 )
[node name="CollisionShape2D" type="CollisionShape2D" parent="Button"]
position = Vector2( 182, 76 )
shape = SubResource( 2 )
[node name="ColorRect" type="ColorRect" parent="."]
margin_left = 106.0
margin_top = 60.0
margin_right = 258.0
margin_bottom = 93.0
color = Color( 0.203922, 0.203922, 0.203922, 1 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Label" type="Label" parent="ColorRect"]
margin_left = 51.0
margin_top = 10.0
margin_right = 109.0
margin_bottom = 24.0
custom_fonts/font = SubResource( 1 )
text = "Start Game"
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Label2" type="Label" parent="."]
margin_left = 133.0
margin_top = 22.0
margin_right = 241.0
margin_bottom = 36.0
custom_fonts/font = SubResource( 1 )
text = "shitty factorio clone"
__meta__ = {
"_edit_use_anchors_": false
}