Layer graphics for the light theme, renamed dark layer graphics, removed unecessary graphics

Also put hover textures for layer visible/invisible
This commit is contained in:
OverloadedOrama 2019-12-21 02:20:23 +02:00
parent e69000b13d
commit c159eda437
106 changed files with 1075 additions and 595 deletions

View file

@ -1,7 +1,8 @@
[gd_scene load_steps=3 format=2]
[gd_scene load_steps=4 format=2]
[ext_resource path="res://Scripts/LayerContainer.gd" type="Script" id=1]
[ext_resource path="res://Assets/Graphics/Layers/layer_visible.png" type="Texture" id=2]
[ext_resource path="res://Assets/Graphics/Layers/Dark Themes/Layer_Visible.png" type="Texture" id=2]
[ext_resource path="res://Assets/Graphics/Layers/Dark Themes/Layer_Visible_Hover.png" type="Texture" id=3]
[node name="LayerContainer" type="Button"]
margin_right = 160.0
@ -23,6 +24,7 @@ mouse_default_cursor_shape = 2
size_flags_horizontal = 0
size_flags_vertical = 4
texture_normal = ExtResource( 2 )
texture_hover = ExtResource( 3 )
[node name="HBoxContainer" type="HBoxContainer" parent="."]
anchor_left = 0.5