summaryrefslogtreecommitdiff
path: root/FloatIslandsIntro.tscn
blob: ded1472d6a5a027a2c40335262d9fd3f154e86ff (plain)
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
[gd_scene load_steps=5 format=3 uid="uid://bbhruy6emo48l"]

[ext_resource type="Script" path="res://float_islands_intro.gd" id="1_nl4ls"]
[ext_resource type="Texture2D" uid="uid://dkequklv0hq3u" path="res://Assets/Map/intro.png" id="2_q4wx6"]
[ext_resource type="FontFile" uid="uid://bhrdnknbdr40o" path="res://Assets/HUD/Minimal5x7.ttf" id="3_c130n"]
[ext_resource type="Texture2D" uid="uid://dw38mfygfkecc" path="res://icon_monochrome_light.svg" id="4_enqlp"]

[node name="FloatIslandsIntro" type="Node2D"]
script = ExtResource("1_nl4ls")

[node name="Sprite2D" type="Sprite2D" parent="."]
texture_filter = 1
position = Vector2(80, 72)
texture = ExtResource("2_q4wx6")
region_enabled = true
region_rect = Rect2(344, 8, 160, 144)

[node name="Label" type="Label" parent="."]
texture_filter = 1
offset_left = 104.0
offset_top = 16.0
offset_right = 112.0
offset_bottom = 26.0
theme_override_colors/font_color = Color(0, 0, 0, 1)
theme_override_fonts/font = ExtResource("3_c130n")
theme_override_font_sizes/font_size = 16
text = " ?"

[node name="IconMonochromeLight" type="Sprite2D" parent="."]
texture_filter = 1
position = Vector2(152, 136)
scale = Vector2(0.0156982, 0.0156982)
texture = ExtResource("4_enqlp")