Moved "Themes & Styles" to "Assets/themes"

This commit is contained in:
OverloadedOrama 2020-05-02 00:59:34 +03:00
parent 646fc19a70
commit 8d5a673543
39 changed files with 1608 additions and 1588 deletions

View 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 )