v0.9.4: overhauled text input, now multiplatform using libGDX textField

This commit is contained in:
Evan Debenham
2021-07-08 12:38:45 -04:00
parent bcdbf8ef43
commit 7307c38a3c
12 changed files with 296 additions and 56 deletions
+21
View File
@@ -0,0 +1,21 @@
textfield.png
size: 4,4
format: RGBA8888
filter: Nearest,Nearest
repeat: none
cursor
rotate: false
xy: 0, 0
size: 3, 3
split: 1, 1, 1, 1
orig: 3, 3
offset: 0, 0
index: -1
selection
rotate: false
xy: 3, 3
size: 1, 1
orig: 1, 1
offset: 0, 0
index: -1
+8
View File
@@ -0,0 +1,8 @@
{
Color: {
black: { a: 1, b: 0, g: 0, r: 0 },
},
TextFieldStyle: {
default: { selection: selection, fontColor: black, cursor: cursor }
}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 81 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB