From: otta8634 Date: Tue, 4 Feb 2025 14:25:25 +0000 (+0800) Subject: Add menu tree icons for luma, luminos, wickedx X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=refs%2Fmerge-requests%2F37%2Fhead;p=xonotic%2Fmediasource.git Add menu tree icons for luma, luminos, wickedx Added tree-list elbow, branch, and branch (start) SVGs. --- diff --git a/gfx/luma/gfx/menu/luma/common_n.css b/gfx/luma/gfx/menu/luma/common_n.css index baad87c..f65f054 100755 --- a/gfx/luma/gfx/menu/luma/common_n.css +++ b/gfx/luma/gfx/menu/luma/common_n.css @@ -11,3 +11,4 @@ /* Components */ .detail { fill:#c6e8f8 } .frame { fill:#99c4e5 } +.tree { fill:#99c4e5 } diff --git a/gfx/luma/gfx/menu/luma/tree_branch.svg b/gfx/luma/gfx/menu/luma/tree_branch.svg new file mode 100644 index 0000000..6cf4d2f --- /dev/null +++ b/gfx/luma/gfx/menu/luma/tree_branch.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/gfx/luma/gfx/menu/luma/tree_branch_start.svg b/gfx/luma/gfx/menu/luma/tree_branch_start.svg new file mode 100644 index 0000000..08ff33e --- /dev/null +++ b/gfx/luma/gfx/menu/luma/tree_branch_start.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/gfx/luma/gfx/menu/luma/tree_elbow.svg b/gfx/luma/gfx/menu/luma/tree_elbow.svg new file mode 100644 index 0000000..3557f7e --- /dev/null +++ b/gfx/luma/gfx/menu/luma/tree_elbow.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/gfx/luminos/menu_svg/tree_branch.svg b/gfx/luminos/menu_svg/tree_branch.svg new file mode 100644 index 0000000..a7afb3f --- /dev/null +++ b/gfx/luminos/menu_svg/tree_branch.svg @@ -0,0 +1,126 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/gfx/luminos/menu_svg/tree_branch_start.svg b/gfx/luminos/menu_svg/tree_branch_start.svg new file mode 100644 index 0000000..f696ddc --- /dev/null +++ b/gfx/luminos/menu_svg/tree_branch_start.svg @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/gfx/luminos/menu_svg/tree_elbow.svg b/gfx/luminos/menu_svg/tree_elbow.svg new file mode 100644 index 0000000..99d80f6 --- /dev/null +++ b/gfx/luminos/menu_svg/tree_elbow.svg @@ -0,0 +1,126 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/gfx/menu/wickedx/svg/export.sh b/gfx/menu/wickedx/svg/export.sh index c3476a4..707f968 100755 --- a/gfx/menu/wickedx/svg/export.sh +++ b/gfx/menu/wickedx/svg/export.sh @@ -42,6 +42,9 @@ inkscape -o tga/scrollbar_s.png -d 45 scrollbar_s.svg inkscape -o tga/slider_n.png -d 45 slider_n.svg inkscape -o tga/slider_s.png -d 45 slider_s.svg inkscape -o tga/tooltip.png -d 45 tooltip.svg +inkscape -o tga/tree_branch.png -d 45 tree_branch.svg +inkscape -o tga/tree_branch_start.png -d 45 tree_branch_start.svg +inkscape -o tga/tree_elbow.png -d 45 tree_elbow.svg cd tga printf "\e[1mConverting png to tga...\e[m\n" @@ -105,37 +108,12 @@ gimp -d -f -i --batch-interpreter plug-in-script-fu-eval \ -b '(png-tga "slider_n.png" "slider_n.tga" 0 0)' \ -b '(png-tga "slider_s.png" "slider_s.tga" 0 0)' \ -b '(png-tga "tooltip.png" "tooltip.tga" 0 0)' \ +-b '(png-tga "tree_branch.png" "tree_branch.tga" 0 0)' \ +-b '(png-tga "tree_branch_start.png" "tree_branch_start.tga" 0 0)' \ +-b '(png-tga "tree_elbow.png" "tree_elbow.tga" 0 0)' \ -b '(gimp-quit 0)' printf "\e[1mRemoving png files from /tga ...\e[m\n" -rm background_l2.png -rm bigbutton_c.png -rm bigbutton_f.png -rm bigbutton_n.png -rm border.png -rm button_c.png -rm button_f.png -rm button_n.png -rm charmapbutton.png -rm checkbox_n0.png -rm checkbox_n1.png -rm checkmark.png -rm closebutton_c.png -rm closebutton_f.png -rm closebutton_n.png -rm color.png -rm crosshairbutton_c.png -rm crosshairbutton_f.png -rm cursor.png -rm inputbox_f.png -rm inputbox_n.png -rm radiobutton_c.png -rm radiobutton_f.png -rm radiobutton_n.png -rm scrollbar_n.png -rm scrollbar_s.png -rm slider_n.png -rm slider_s.png -rm tooltip.png +rm *.png printf "\e[1;32mExport to ./tga/ complete.\e[m\n" diff --git a/gfx/menu/wickedx/svg/tree_branch.svg b/gfx/menu/wickedx/svg/tree_branch.svg new file mode 100644 index 0000000..ebbe8be --- /dev/null +++ b/gfx/menu/wickedx/svg/tree_branch.svg @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/gfx/menu/wickedx/svg/tree_branch_start.svg b/gfx/menu/wickedx/svg/tree_branch_start.svg new file mode 100644 index 0000000..25b14cc --- /dev/null +++ b/gfx/menu/wickedx/svg/tree_branch_start.svg @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/gfx/menu/wickedx/svg/tree_elbow.svg b/gfx/menu/wickedx/svg/tree_elbow.svg new file mode 100644 index 0000000..0b2ea24 --- /dev/null +++ b/gfx/menu/wickedx/svg/tree_elbow.svg @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + +