Add blur effect in icon game
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
[gd_scene load_steps=24 format=2]
|
||||
[gd_scene load_steps=25 format=2]
|
||||
|
||||
[ext_resource path="res://assets/ui/themes/button-summary.jpg" type="Texture" id=1]
|
||||
[ext_resource path="res://assets/ui/themes/bck-vert-grd.png" type="Texture" id=2]
|
||||
[ext_resource path="res://assets/ui/icones/treasure.png" type="Texture" id=3]
|
||||
[ext_resource path="res://assets/ui/themes/wood-tile.jpg" type="Texture" id=4]
|
||||
[ext_resource path="res://assets/ui/themes/button-summary-hover.jpg" type="Texture" id=5]
|
||||
[ext_resource path="res://assets/ui/icones/treasure-hover.png" type="Texture" id=6]
|
||||
[ext_resource path="res://assets/fonts/kirsty/kirsty.tres" type="DynamicFont" id=7]
|
||||
|
||||
[sub_resource type="VisualShaderNodeVectorOp" id=1]
|
||||
@@ -205,6 +206,8 @@ margin_bottom = 182.0
|
||||
size_flags_horizontal = 4
|
||||
size_flags_vertical = 4
|
||||
texture_normal = ExtResource( 3 )
|
||||
texture_hover = ExtResource( 6 )
|
||||
texture_focused = ExtResource( 6 )
|
||||
stretch_mode = 3
|
||||
|
||||
[node name="ButtonPuzzle" type="TextureButton" parent="PanelWood/VBoxContainer"]
|
||||
|
||||
Reference in New Issue
Block a user