mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 10:44:42 -04:00
Asset renaming (#225)
* Renamed the Asset folder and subfolders to lowercase * Fixed font loading issue Co-authored-by: OverloadedOrama <manoschool@yahoo.com>
This commit is contained in:
parent
a056a87492
commit
1ad1ecb960
429 changed files with 2490 additions and 2443 deletions
13
assets/themes/palette_styleboxes/palette_stylebox_focus.tres
Normal file
13
assets/themes/palette_styleboxes/palette_stylebox_focus.tres
Normal file
|
@ -0,0 +1,13 @@
|
|||
[gd_resource type="StyleBoxTexture" load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://assets/graphics/palette/palette_button.png" type="Texture" id=1]
|
||||
|
||||
|
||||
|
||||
[resource]
|
||||
texture = ExtResource( 1 )
|
||||
region_rect = Rect2( 0, 0, 8, 8 )
|
||||
margin_left = 2.0
|
||||
margin_right = 2.0
|
||||
margin_top = 2.0
|
||||
margin_bottom = 2.0
|
14
assets/themes/palette_styleboxes/palette_stylebox_hover.tres
Normal file
14
assets/themes/palette_styleboxes/palette_stylebox_hover.tres
Normal file
|
@ -0,0 +1,14 @@
|
|||
[gd_resource type="StyleBoxTexture" load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://assets/graphics/palette/palette_button.png" type="Texture" id=1]
|
||||
|
||||
|
||||
|
||||
[resource]
|
||||
texture = ExtResource( 1 )
|
||||
region_rect = Rect2( 0, 0, 8, 8 )
|
||||
margin_left = 2.0
|
||||
margin_right = 2.0
|
||||
margin_top = 2.0
|
||||
margin_bottom = 2.0
|
||||
modulate_color = Color( 1, 0.537255, 0, 1 )
|
|
@ -0,0 +1,14 @@
|
|||
[gd_resource type="StyleBoxTexture" load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://assets/graphics/palette/palette_button.png" type="Texture" id=1]
|
||||
|
||||
|
||||
|
||||
[resource]
|
||||
texture = ExtResource( 1 )
|
||||
region_rect = Rect2( 0, 0, 8, 8 )
|
||||
margin_left = 2.0
|
||||
margin_right = 2.0
|
||||
margin_top = 2.0
|
||||
margin_bottom = 2.0
|
||||
modulate_color = Color( 0, 0, 0, 1 )
|
|
@ -0,0 +1,14 @@
|
|||
[gd_resource type="StyleBoxTexture" load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://assets/graphics/palette/palette_button.png" type="Texture" id=1]
|
||||
|
||||
|
||||
|
||||
[resource]
|
||||
texture = ExtResource( 1 )
|
||||
region_rect = Rect2( 0, 0, 8, 8 )
|
||||
margin_left = 2.0
|
||||
margin_right = 2.0
|
||||
margin_top = 2.0
|
||||
margin_bottom = 2.0
|
||||
modulate_color = Color( 1, 0, 0, 1 )
|
Loading…
Add table
Add a link
Reference in a new issue