some minor changes

This commit is contained in:
2025-01-15 19:44:59 +01:00
committed by andreas
parent abe162bbb1
commit 8e659e38a5
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ class Console extends Sprite{
cIn = new TextField();
cIn.type = TextFieldType.INPUT;
cIn.text = "b";
cIn.text = '';
cIn.multiline = false;
//cIn.autoSize = TextFieldAutoSize.LEFT;
cIn.width = 800-24;