-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathInputScreen.tscn
More file actions
35 lines (30 loc) · 1001 Bytes
/
InputScreen.tscn
File metadata and controls
35 lines (30 loc) · 1001 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://beu8kpci0chc2"]
[ext_resource type="Script" path="res://scripts/InputScreen.gd" id="1_1es08"]
[ext_resource type="Texture2D" uid="uid://dv301wqkflbx3" path="res://sprites/screen.png" id="2_cb084"]
[node name="InputScreen" type="Node2D" node_paths=PackedStringArray("input_field")]
position = Vector2(-96, -32)
script = ExtResource("1_1es08")
input_field = NodePath("Control/Text")
[node name="Sprite2D" type="Sprite2D" parent="."]
scale = Vector2(2, 2)
texture = ExtResource("2_cb084")
[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
metadata/_edit_use_anchors_ = true
[node name="Text" type="TextEdit" 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
text = "THE LAZY DOG?"
wrap_mode = 1
autowrap_mode = 2