diff options
Diffstat (limited to 'UI/panel_background_blue.tscn')
-rw-r--r-- | UI/panel_background_blue.tscn | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/UI/panel_background_blue.tscn b/UI/panel_background_blue.tscn new file mode 100644 index 0000000..60b7d28 --- /dev/null +++ b/UI/panel_background_blue.tscn @@ -0,0 +1,15 @@ +[gd_scene load_steps=2 format=3 uid="uid://dslebs7aarkoa"] + +[ext_resource type="Texture2D" uid="uid://bbk7ewy65ho7b" path="res://UI/Assets/Button_Blue_9Slides.png" id="1_5cttw"] + +[node name="PanelBackgroundBlue" type="NinePatchRect"] +self_modulate = Color(1, 1, 1, 0.941176) +texture_filter = 1 +texture = ExtResource("1_5cttw") +region_rect = Rect2(6, 0, 179, 186) +patch_margin_left = 32 +patch_margin_top = 32 +patch_margin_right = 32 +patch_margin_bottom = 32 +axis_stretch_horizontal = 2 +axis_stretch_vertical = 2 |