diff options
author | Daniel Weipert <git@mail.dweipert.de> | 2024-11-03 14:10:07 +0100 |
---|---|---|
committer | Daniel Weipert <git@mail.dweipert.de> | 2024-11-03 14:10:07 +0100 |
commit | 84365b6f901a9c0251a9f724a8d9f81a3787e97d (patch) | |
tree | 401e2bf99e6573d1d069f5044e7448067cdfb384 /UI/panel_background_blue.tscn | |
parent | a43499efa6c228cea3633f9661f3ff09127bd82d (diff) |
next commit
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 |