mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-17 16:03:47 +00:00
Vertical grabbers
This commit is contained in:
parent
730594666f
commit
1a1a191923
12 changed files with 153 additions and 0 deletions
11
Resources/Styles/HorizontalGrabberBox.tres
Normal file
11
Resources/Styles/HorizontalGrabberBox.tres
Normal 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
|
||||
11
Resources/Styles/VerticalGrabberBox.tres
Normal file
11
Resources/Styles/VerticalGrabberBox.tres
Normal 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
|
||||
11
Resources/Styles/VerticalScrollStyleBox.tres
Normal file
11
Resources/Styles/VerticalScrollStyleBox.tres
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue