some minor changes
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user