too much to remember

added radio buttons
added size animations
added menus (still needs cleaning)
This commit is contained in:
Macocian Adrian Radu
2020-05-18 23:42:39 +03:00
parent 202610764b
commit 970734f20f
19 changed files with 1024 additions and 28 deletions

View File

@@ -155,7 +155,7 @@ public class Text extends Visual {
int startX;
int endX;
if(startIndex > endIndex) {
endX = startIndex;
endX = startIndex - 1;
startX = endIndex;
}
else {