add console panel, still have scroll problem
This commit is contained in:
@ -0,0 +1,11 @@
|
||||
[gd_resource type="StyleBoxTexture" load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://resources/user_interface/textures/lineedit_borderless_deselect.png" type="Texture" id=1]
|
||||
|
||||
[resource]
|
||||
texture = ExtResource( 1 )
|
||||
region_rect = Rect2( 0, 0, 64, 32 )
|
||||
margin_left = 14.1409
|
||||
margin_right = 12.785
|
||||
margin_top = 13.5598
|
||||
margin_bottom = 13.3661
|
@ -0,0 +1,11 @@
|
||||
[gd_resource type="StyleBoxTexture" load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://resources/user_interface/textures/lineedit_borderless_select.png" type="Texture" id=1]
|
||||
|
||||
[resource]
|
||||
texture = ExtResource( 1 )
|
||||
region_rect = Rect2( 0, 0, 64, 32 )
|
||||
margin_left = 14.1409
|
||||
margin_right = 12.785
|
||||
margin_top = 13.5598
|
||||
margin_bottom = 13.3661
|
Reference in New Issue
Block a user