Vertical grabbers

This commit is contained in:
Marco 2025-03-27 12:15:34 +01:00
commit 1a1a191923
12 changed files with 153 additions and 0 deletions

View file

@ -0,0 +1,11 @@
[gd_resource type="StyleBoxTexture" load_steps=2 format=3 uid="uid://cpa8himkyhn61"]
[ext_resource type="Texture2D" uid="uid://d4wo6kxffwo5" path="res://Sprites/UI/ScrollGrabberHorizontal.png" id="1_ly34y"]
[resource]
texture = ExtResource("1_ly34y")
texture_margin_left = 3.0
texture_margin_top = 3.0
texture_margin_right = 3.0
texture_margin_bottom = 3.0
axis_stretch_horizontal = 2

View file

@ -0,0 +1,11 @@
[gd_resource type="StyleBoxTexture" load_steps=2 format=3 uid="uid://dj8x7ss2wee7k"]
[ext_resource type="Texture2D" uid="uid://d22shrdi1kf7" path="res://Sprites/UI/ScrollGrabber.png" id="1_dgwtf"]
[resource]
texture = ExtResource("1_dgwtf")
texture_margin_left = 3.0
texture_margin_top = 3.0
texture_margin_right = 3.0
texture_margin_bottom = 3.0
axis_stretch_vertical = 2

View file

@ -0,0 +1,11 @@
[gd_resource type="StyleBoxTexture" load_steps=2 format=3 uid="uid://5ceac1vp2b47"]
[ext_resource type="Texture2D" uid="uid://cov7kbtwhknkt" path="res://Sprites/UI/VerticalBar.png" id="1_lvk81"]
[resource]
texture = ExtResource("1_lvk81")
texture_margin_left = 4.0
texture_margin_top = 4.0
texture_margin_right = 4.0
texture_margin_bottom = 4.0
axis_stretch_vertical = 2