-
Notifications
You must be signed in to change notification settings - Fork 1
/
test2d.tscn
101 lines (72 loc) · 2.27 KB
/
test2d.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
[gd_scene load_steps=6 format=2]
[ext_resource path="res://background2.png" type="Texture" id=1]
[ext_resource path="res://01.png" type="Texture" id=2]
[ext_resource path="res://msyh.ttf" type="DynamicFontData" id=3]
[sub_resource type="GDScript" id=1]
script/source = "extends Sprite
# class member variables go here, for example:
# var a = 2
# var b = \"textvar\"
func _ready():
# Called every time the node is added to the scene.
# Initialization here
pass
#func _process(delta):
# # Called every frame. Delta is time since last frame.
# # Update game logic here.
# pass
"
[sub_resource type="DynamicFont" id=2]
size = 32
use_mipmaps = false
use_filter = true
font_data = ExtResource( 3 )
_sections_unfolded = [ "Font", "Font/fallback", "Settings" ]
[node name="test2d" type="Node2D"]
[node name="Sprite" type="Sprite" parent="."]
position = Vector2( 981.822, 567.964 )
scale = Vector2( 1.18308, 0.993105 )
texture = ExtResource( 1 )
script = SubResource( 1 )
[node name="Sprite3" type="Sprite" parent="."]
position = Vector2( 1116.52, 478.457 )
texture = ExtResource( 2 )
[node name="Sprite8" type="Sprite" parent="Sprite3"]
position = Vector2( 647, -38 )
texture = ExtResource( 2 )
[node name="Sprite2" type="Sprite" parent="Sprite3"]
position = Vector2( -551.002, -34 )
texture = ExtResource( 2 )
[node name="Sprite4" type="Sprite" parent="."]
position = Vector2( 1464.52, 571.457 )
texture = ExtResource( 2 )
[node name="Sprite5" type="Sprite" parent="."]
position = Vector2( 832.518, 791.457 )
texture = ExtResource( 2 )
[node name="Sprite6" type="Sprite" parent="Sprite5"]
position = Vector2( 452.002, -32 )
texture = ExtResource( 2 )
[node name="Sprite7" type="Sprite" parent="Sprite5/Sprite6"]
position = Vector2( 366, 66 )
texture = ExtResource( 2 )
[node name="Label" type="Label" parent="."]
anchor_left = 0.0
anchor_top = 0.0
anchor_right = 0.0
anchor_bottom = 0.0
margin_left = 857.0
margin_top = 132.0
margin_right = 915.0
margin_bottom = 170.0
rect_pivot_offset = Vector2( 0, 0 )
rect_clip_content = false
mouse_filter = 2
size_flags_horizontal = 1
size_flags_vertical = 4
custom_fonts/font = SubResource( 2 )
custom_colors/font_color = Color( 0, 0, 0, 1 )
text = "fdaf"
percent_visible = 1.0
lines_skipped = 0
max_lines_visible = -1
_sections_unfolded = [ "custom_colors" ]