-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathScreen.tscn
More file actions
35 lines (30 loc) · 986 Bytes
/
Screen.tscn
File metadata and controls
35 lines (30 loc) · 986 Bytes
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
[gd_scene load_steps=3 format=3 uid="uid://qrr3nd843jwg"]
[ext_resource type="Script" path="res://scripts/Screen.gd" id="1_s6aj3"]
[ext_resource type="Texture2D" uid="uid://dv301wqkflbx3" path="res://sprites/screen.png" id="2_fqbmg"]
[node name="Screen" type="Node2D" node_paths=PackedStringArray("label")]
position = Vector2(128, 0)
script = ExtResource("1_s6aj3")
label = NodePath("Control/Label")
[node name="Sprite2D" type="Sprite2D" parent="."]
scale = Vector2(2, 2)
texture = ExtResource("2_fqbmg")
[node name="Control" type="Control" parent="."]
clip_contents = true
layout_mode = 3
anchors_preset = 0
offset_left = -56.0
offset_top = -56.0
offset_right = 56.0
offset_bottom = 56.0
mouse_filter = 2
metadata/_edit_use_anchors_ = true
[node name="Label" type="RichTextLabel" parent="Control"]
unique_name_in_owner = true
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
mouse_filter = 2
scroll_following = true