forked from misofort/TheLostRealm_Mizzy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlv1draft.tscn
More file actions
46 lines (40 loc) · 1.36 KB
/
lv1draft.tscn
File metadata and controls
46 lines (40 loc) · 1.36 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
[gd_scene load_steps=5 format=3 uid="uid://e37v6851uvqy"]
[ext_resource type="Script" path="res://lv_1_draft.gd" id="1_po1yi"]
[ext_resource type="Texture2D" uid="uid://cc8d3s0rsfkv6" path="res://backgrounds/lv1_inst.png" id="1_skc1s"]
[ext_resource type="Texture2D" uid="uid://ddu3xt5j72g2s" path="res://textures/back:next.png" id="3_3f1vh"]
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_mwqd1"]
texture = ExtResource("1_skc1s")
[node name="Lv1Draft" type="Control"]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_po1yi")
[node name="Panel" type="Panel" parent="."]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
offset_top = -7.0
grow_horizontal = 2
grow_vertical = 2
theme_override_styles/panel = SubResource("StyleBoxTexture_mwqd1")
[node name="TextureButton" type="TextureButton" parent="Panel"]
layout_mode = 1
anchors_preset = -1
anchor_left = 0.871
anchor_top = 0.925
anchor_right = 0.871
anchor_bottom = 0.925
offset_left = 58.6079
offset_top = 39.1249
offset_right = 204.608
offset_bottom = 134.125
rotation = 3.13208
scale = Vector2(0.796963, 0.840007)
texture_normal = ExtResource("3_3f1vh")
stretch_mode = 0
metadata/_edit_use_anchors_ = true
[connection signal="pressed" from="Panel/TextureButton" to="." method="_on_texture_button_pressed"]