mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-26 12:54:43 -04:00
Moved "Themes & Styles" to "Assets/themes"
This commit is contained in:
parent
646fc19a70
commit
8d5a673543
39 changed files with 1608 additions and 1588 deletions
12
Assets/themes/palette_styleboxes/palette_stylebox_hover.tres
Normal file
12
Assets/themes/palette_styleboxes/palette_stylebox_hover.tres
Normal file
|
@ -0,0 +1,12 @@
|
|||
[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 )
|
Loading…
Add table
Add a link
Reference in a new issue