-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathWelcome_2.tscn
More file actions
55 lines (42 loc) · 1.48 KB
/
Welcome_2.tscn
File metadata and controls
55 lines (42 loc) · 1.48 KB
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://Welcome_2.gd" type="Script" id=1]
[ext_resource path="res://vpbk_login_3.jpg" type="Texture" id=2]
[ext_resource path="res://start.png" type="Texture" id=3]
[ext_resource path="res://toolbar.png" type="Texture" id=4]
[ext_resource path="res://first_welcome.png" type="Texture" id=5]
[node name="Container" type="Container"]
anchor_left = 0.0
anchor_top = 0.0
anchor_right = 0.0
anchor_bottom = 0.0
margin_right = 1280.0
margin_bottom = 800.0
rect_scale = Vector2( 1, 0.95 )
rect_pivot_offset = Vector2( 0, 0 )
mouse_filter = 0
mouse_default_cursor_shape = 0
size_flags_horizontal = 1
size_flags_vertical = 1
script = ExtResource( 1 )
_sections_unfolded = [ "Anchor", "Grow Direction", "Margin", "Rect" ]
__meta__ = {
"_edit_lock_": true
}
[node name="background" type="Sprite" parent="." index="0"]
position = Vector2( 639.772, 400.003 )
scale = Vector2( 1.2485, 1.33445 )
texture = ExtResource( 2 )
[node name="start" type="Sprite" parent="." index="1"]
position = Vector2( 96.9711, 635.732 )
scale = Vector2( 0.260742, 0.253921 )
texture = ExtResource( 3 )
_sections_unfolded = [ "Transform" ]
[node name="toolbar" type="Sprite" parent="." index="2"]
position = Vector2( 640, 787 )
scale = Vector2( 0.444753, 0.41216 )
texture = ExtResource( 4 )
_sections_unfolded = [ "Transform" ]
[node name="welcome_img" type="Sprite" parent="." index="3"]
position = Vector2( 640, 400 )
texture = ExtResource( 5 )
_sections_unfolded = [ "Transform" ]