first commit
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/btn-small-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
|
11
resources/user_interface/styles/btn_small_style_select.tres
Normal file
11
resources/user_interface/styles/btn_small_style_select.tres
Normal file
@ -0,0 +1,11 @@
|
||||
[gd_resource type="StyleBoxTexture" load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://resources/user_interface/textures/btn-small-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
|
11
resources/user_interface/styles/btn_style_deselect.tres
Normal file
11
resources/user_interface/styles/btn_style_deselect.tres
Normal file
@ -0,0 +1,11 @@
|
||||
[gd_resource type="StyleBoxTexture" load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://resources/user_interface/textures/btn_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
|
11
resources/user_interface/styles/btn_style_select.tres
Normal file
11
resources/user_interface/styles/btn_style_select.tres
Normal file
@ -0,0 +1,11 @@
|
||||
[gd_resource type="StyleBoxTexture" load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://resources/user_interface/textures/btn_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
|
@ -0,0 +1,3 @@
|
||||
[gd_resource type="StyleBoxTexture" format=2]
|
||||
|
||||
[resource]
|
11
resources/user_interface/styles/lineedit_style_deselect.tres
Normal file
11
resources/user_interface/styles/lineedit_style_deselect.tres
Normal file
@ -0,0 +1,11 @@
|
||||
[gd_resource type="StyleBoxTexture" load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://resources/user_interface/textures/lineedit_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
|
11
resources/user_interface/styles/lineedit_style_select.tres
Normal file
11
resources/user_interface/styles/lineedit_style_select.tres
Normal file
@ -0,0 +1,11 @@
|
||||
[gd_resource type="StyleBoxTexture" load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://resources/user_interface/textures/lineedit_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