-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathKeyboardExample4.tscn
44 lines (39 loc) · 1.08 KB
/
KeyboardExample4.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
[gd_scene load_steps=3 format=2]
[ext_resource path="res://KeyboardExample.gd" type="Script" id=1]
[ext_resource path="res://addons/keyboard_daisy/virtualkeyboard.gd" type="Script" id=2]
[node name="KeyboardExample4" type="Node2D"]
script = ExtResource( 1 )
[node name="TextEdit" type="TextEdit" parent="."]
margin_left = 389.0
margin_top = 77.0
margin_right = 631.0
margin_bottom = 190.0
wrap_enabled = true
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Label" type="Label" parent="."]
margin_left = 461.0
margin_top = 200.0
margin_right = 562.0
margin_bottom = 214.0
__meta__ = {
"_edit_use_anchors_": false
}
[node name="VirtualKeyboard" type="MarginContainer" parent="."]
margin_left = 243.0
margin_top = 299.0
margin_right = 803.0
margin_bottom = 499.0
size_flags_horizontal = 3
size_flags_vertical = 3
script = ExtResource( 2 )
__meta__ = {
"_edit_use_anchors_": false
}
sections = [ "ABCDEFGHI", "JKLMNOPQR", "STUVWXYZ", "abcdefghi", "jklmnopqr", "stuvwxyz" ]
columns_per_section = 3
split_into_sections = 2
min_rows = 4
special_options = [ 1, 3, 0 ]
switch_names = [ "STU", "jkl", "ABC" ]