Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cfb4d9f9d3 | |||
| ef3f0f6948 | |||
| 8b15c4d2c1 |
@@ -550,10 +550,10 @@ grow_vertical = 2
|
||||
color = Color(0.14902, 0.14902, 0.14902, 1)
|
||||
|
||||
[node name="FileDialog" type="FileDialog" parent="CreatePlaylistsMenu"]
|
||||
title = "DIR_OPEN"
|
||||
title = "Open a Directory"
|
||||
initial_position = 2
|
||||
size = Vector2i(352, 180)
|
||||
ok_button_text = "DIR_OPEN"
|
||||
ok_button_text = "Select Current Folder"
|
||||
cancel_button_text = "CANCEL"
|
||||
file_mode = 2
|
||||
access = 2
|
||||
@@ -648,10 +648,10 @@ shortcut = SubResource("Shortcut_axi6u")
|
||||
text = "RANDOMIZE"
|
||||
|
||||
[node name="FileDialog" type="FileDialog" parent="."]
|
||||
title = "DIR_OPEN"
|
||||
title = "Open a Directory"
|
||||
position = Vector2i(28, 115)
|
||||
size = Vector2i(833, 507)
|
||||
ok_button_text = "DIR_OPEN"
|
||||
ok_button_text = "Select Current Folder"
|
||||
cancel_button_text = "CANCEL"
|
||||
file_mode = 2
|
||||
access = 2
|
||||
@@ -919,7 +919,7 @@ offset_left = -64.0
|
||||
offset_top = -23.0
|
||||
grow_horizontal = 0
|
||||
grow_vertical = 0
|
||||
text = "v1.6"
|
||||
text = "v1.6h1"
|
||||
horizontal_alignment = 2
|
||||
|
||||
[node name="SettingsButton" type="Button" parent="."]
|
||||
@@ -1319,8 +1319,8 @@ label_settings = SubResource("LabelSettings_f1d3e")
|
||||
|
||||
[node name="PlayingNow" type="Window" parent="."]
|
||||
transparent_bg = true
|
||||
initial_position = 4
|
||||
size = Vector2i(400, 200)
|
||||
initial_position = 2
|
||||
size = Vector2i(300, 300)
|
||||
visible = false
|
||||
unresizable = true
|
||||
borderless = true
|
||||
|
||||
+21
-1
@@ -1,9 +1,10 @@
|
||||
[gd_scene load_steps=10 format=3 uid="uid://dqg674t6kun4e"]
|
||||
[gd_scene load_steps=11 format=3 uid="uid://dqg674t6kun4e"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://vnpslgl788du" path="res://settings.gd" id="1_uaa7d"]
|
||||
[ext_resource type="Script" uid="uid://kt7n1epi3ng8" path="res://eq_settings.gd" id="2_1n4m6"]
|
||||
[ext_resource type="Texture2D" uid="uid://1rstn6r2wisy" path="res://X.png" id="2_iuivb"]
|
||||
[ext_resource type="Texture2D" uid="uid://pgij783wgbhn" path="res://File.png" id="2_jmen4"]
|
||||
[ext_resource type="Script" uid="uid://cej7efsj2cyen" path="res://language_button.gd" id="2_sfvul"]
|
||||
|
||||
[sub_resource type="LabelSettings" id="LabelSettings_ouq8m"]
|
||||
font_size = 30
|
||||
@@ -104,6 +105,25 @@ vertical_alignment = 1
|
||||
autowrap_mode = 2
|
||||
uppercase = true
|
||||
|
||||
[node name="Seperator8" type="Control" parent="ScrollContainer/VBoxContainer"]
|
||||
custom_minimum_size = Vector2(0, 16.07)
|
||||
layout_mode = 2
|
||||
|
||||
[node name="HBoxContainer" type="HBoxContainer" parent="ScrollContainer/VBoxContainer"]
|
||||
layout_mode = 2
|
||||
|
||||
[node name="Label" type="Label" parent="ScrollContainer/VBoxContainer/HBoxContainer"]
|
||||
layout_mode = 2
|
||||
text = "LANGUAGE"
|
||||
|
||||
[node name="LanguageButton" type="MenuButton" parent="ScrollContainer/VBoxContainer/HBoxContainer" node_paths=PackedStringArray("settings")]
|
||||
custom_minimum_size = Vector2(50, 0)
|
||||
layout_mode = 2
|
||||
text = "SELECT"
|
||||
flat = false
|
||||
script = ExtResource("2_sfvul")
|
||||
settings = NodePath("../../../..")
|
||||
|
||||
[node name="Seperator3" type="Control" parent="ScrollContainer/VBoxContainer"]
|
||||
custom_minimum_size = Vector2(0, 16.07)
|
||||
layout_mode = 2
|
||||
|
||||
@@ -1,21 +0,0 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2016-2023 The Godot Engine community
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,12 +0,0 @@
|
||||
[configuration]
|
||||
|
||||
entry_symbol = "git_plugin_init"
|
||||
compatibility_minimum = "4.1.0"
|
||||
|
||||
[libraries]
|
||||
|
||||
macos.editor = "macos/libgit_plugin.macos.editor.universal.dylib"
|
||||
windows.editor.x86_64 = "win64/libgit_plugin.windows.editor.x86_64.dll"
|
||||
linux.editor.x86_64 = "linux/libgit_plugin.linux.editor.x86_64.so"
|
||||
linux.editor.arm64 = "linux/libgit_plugin.linux.editor.arm64.so"
|
||||
linux.editor.rv64 = ""
|
||||
@@ -1 +0,0 @@
|
||||
uid://bkptv02am6p88
|
||||
Binary file not shown.
Binary file not shown.
@@ -1,7 +0,0 @@
|
||||
[plugin]
|
||||
|
||||
name="Godot Git Plugin"
|
||||
description="This plugin lets you interact with Git without leaving the Godot editor. More information can be found at https://github.com/godotengine/godot-git-plugin/wiki"
|
||||
author="twaritwaikar"
|
||||
version="v3.1.1"
|
||||
script="godot-git-plugin.gd"
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,14 @@
|
||||
extends MenuButton
|
||||
|
||||
@export var settings:Settings
|
||||
|
||||
func _ready() -> void:
|
||||
for trans_language in TranslationServer.get_loaded_locales():
|
||||
get_popup().add_item(trans_language)
|
||||
get_popup().id_pressed.connect(got_pressed)
|
||||
|
||||
|
||||
func got_pressed(id:int) -> void:
|
||||
settings.Parent.overridden_locale = get_popup().get_item_text(id)
|
||||
TranslationServer.set_locale(get_popup().get_item_text(id))
|
||||
settings.Parent.SaveEverything()
|
||||
@@ -0,0 +1 @@
|
||||
uid://cej7efsj2cyen
|
||||
@@ -32,6 +32,7 @@ extends Control
|
||||
@onready var delete_confirm: ConfirmationDialog = $deleteConfirm
|
||||
@onready var search_bar: LineEdit = $SearchBar
|
||||
@onready var playing_now: Window = $PlayingNow
|
||||
@export var overridden_locale:String
|
||||
|
||||
var DiscordUsername:String
|
||||
|
||||
@@ -167,6 +168,9 @@ func _ready() -> void:
|
||||
play_all.button_pressed = true
|
||||
if data.has("UsingPlayingNow"):
|
||||
UsingPlayingNow = data["UsingPlayingNow"]
|
||||
if data.has("OverriddenLocale"):
|
||||
TranslationServer.set_locale(data["OverriddenLocale"])
|
||||
overridden_locale = data["OverriddenLocale"]
|
||||
else:
|
||||
if data != null:
|
||||
print(data["Volume"])
|
||||
@@ -266,6 +270,7 @@ func SongDragStopped(Changed:bool):
|
||||
pausePlay()
|
||||
|
||||
UpdateProgressSlider = true
|
||||
if DiscordRichPresenceEnabled:
|
||||
DiscordRPC.start_timestamp = int(Time.get_unix_time_from_system() - (current_progress.value * CurrentSongLenth / current_progress.max_value))
|
||||
DiscordRPC.refresh()
|
||||
|
||||
@@ -372,6 +377,7 @@ func PlaySongs():
|
||||
if !CurrentDir.ends_with(CurrentPlaylist):
|
||||
GetSongs(PlaylistsLocation[CurrentPlaylist])
|
||||
var CurrentSongDir:String = PlaylistsLocation[CurrentPlaylist] + "/" + textSongs[index]
|
||||
if DiscordRichPresenceEnabled:
|
||||
DiscordRPC.details = textSongs[index].replace(".mp3","")
|
||||
currentSongName = textSongs[index].replace(".mp3","")
|
||||
print(CurrentSongDir)
|
||||
@@ -499,8 +505,10 @@ func _process(_delta: float) -> void:
|
||||
if music_player.playing:
|
||||
TimeSpentListening += _delta
|
||||
CurrentPausedIndicatorShaderIntensity = lerp(CurrentPausedIndicatorShaderIntensity,0.0,0.1)
|
||||
if DiscordRichPresenceEnabled:
|
||||
DiscordRPC.state = tr("STATE_LISTENING")
|
||||
else:
|
||||
if DiscordRichPresenceEnabled:
|
||||
DiscordRPC.start_timestamp = int(0)
|
||||
DiscordRPC.state = tr("STATE_PAUSED")
|
||||
if DiscordRPC.get_is_discord_working():
|
||||
@@ -540,11 +548,12 @@ func _process(_delta: float) -> void:
|
||||
LoopingSong = true
|
||||
ReactivateLoop = false
|
||||
loop.icon = LoopPressed
|
||||
if DiscordRichPresenceEnabled:
|
||||
DiscordRPC.refresh()
|
||||
|
||||
|
||||
func UpdateSplashes():
|
||||
if DiscordRPC.get_is_discord_working():
|
||||
if DiscordRPC.get_is_discord_working() && DiscordRichPresenceEnabled:
|
||||
SplashStrings = ["Total listening time: %s!" % str(str(int(TimeSpentListening/60)/60 )
|
||||
+ "h : " + str((int(TimeSpentListening) / 60) % 60) + "m : " +
|
||||
str(int(TimeSpentListening) % 60) + "s"),
|
||||
@@ -592,7 +601,8 @@ func SaveEverything():
|
||||
"CurrentCustomBackroundImageDirectory" : CurrentCustomBackroundImageDirectory,
|
||||
"PlayAllLists" : PlayAllLists,
|
||||
"DiscordUsername" : DiscordRPC.get_current_user().get("username"),
|
||||
"UsingPlayingNow" : UsingPlayingNow
|
||||
"UsingPlayingNow" : UsingPlayingNow,
|
||||
"OverriddenLocale" : overridden_locale
|
||||
}
|
||||
print("saving")
|
||||
saveUserdata(Data)
|
||||
|
||||
@@ -8,6 +8,7 @@ extends Control
|
||||
@export var SongAuthorLabel: RichTextLabel
|
||||
@onready var ParentWindow:Window = $".."
|
||||
@export var update_tick:float = 0.1
|
||||
@export var slider:HSlider
|
||||
var ticktime:float
|
||||
# Called when the node enters the scene tree for the first time.
|
||||
func _ready() -> void:
|
||||
@@ -24,6 +25,7 @@ func scroll(scroller:ScrollContainer,incriment:float):
|
||||
func _process(delta: float) -> void:
|
||||
ticktime -= delta
|
||||
ParentWindow.size = size
|
||||
slider.value = ParentScene.current_progress.value
|
||||
if ticktime <= 0:
|
||||
ticktime = update_tick
|
||||
if scroll(SongNameScroller,1):
|
||||
@@ -36,4 +38,6 @@ func SongChanged():
|
||||
SongNameLabel.text = ParentScene.currentSongName
|
||||
if ParentScene.currentArtistName:
|
||||
SongAuthorLabel.text = ParentScene.currentArtistName
|
||||
else:
|
||||
SongAuthorLabel.text = ""
|
||||
#ParentWindow.size = size * 2
|
||||
|
||||
@@ -6,6 +6,7 @@ void vertex() {
|
||||
}
|
||||
|
||||
void fragment() {
|
||||
|
||||
COLOR.a = texture(alpha,UV).a;
|
||||
//COLOR.a = 1.0-((cos((UV.x)*PI*2.0)+1.0)/2.0);
|
||||
//COLOR.a -= ((cos(UV.y*PI*2.0)+1.0)/2.0);
|
||||
|
||||
+85
-54
@@ -1,35 +1,54 @@
|
||||
[gd_scene load_steps=8 format=3 uid="uid://n7cnapaftfse"]
|
||||
[gd_scene load_steps=11 format=3 uid="uid://n7cnapaftfse"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://q2gdlr10ncnb" path="res://playing_now_window.gd" id="1_f0rac"]
|
||||
[ext_resource type="Shader" uid="uid://byan4wmg2pjl6" path="res://playing_now_window.gdshader" id="2_yr2ao"]
|
||||
[ext_resource type="Texture2D" uid="uid://cq8jj63iyu2cs" path="res://d7hftxdivxxvm.cloudfront.webp" id="3_haeb5"]
|
||||
|
||||
[sub_resource type="Gradient" id="Gradient_haeb5"]
|
||||
offsets = PackedFloat32Array(0.670732, 1)
|
||||
colors = PackedColorArray(0, 0, 0, 1, 1, 1, 1, 0)
|
||||
[sub_resource type="Gradient" id="Gradient_yr2ao"]
|
||||
offsets = PackedFloat32Array(0.992806, 1)
|
||||
colors = PackedColorArray(1, 1, 1, 1, 1, 1, 1, 0)
|
||||
|
||||
[sub_resource type="GradientTexture2D" id="GradientTexture2D_nf0dg"]
|
||||
gradient = SubResource("Gradient_haeb5")
|
||||
fill = 1
|
||||
[sub_resource type="GradientTexture2D" id="GradientTexture2D_haeb5"]
|
||||
gradient = SubResource("Gradient_yr2ao")
|
||||
width = 512
|
||||
height = 512
|
||||
fill = 2
|
||||
fill_from = Vector2(0.5, 0.5)
|
||||
fill_to = Vector2(0.5, 0)
|
||||
metadata/_snap_enabled = true
|
||||
|
||||
[sub_resource type="ShaderMaterial" id="ShaderMaterial_haeb5"]
|
||||
shader = ExtResource("2_yr2ao")
|
||||
shader_parameter/alpha = SubResource("GradientTexture2D_nf0dg")
|
||||
[sub_resource type="Gradient" id="Gradient_nf0dg"]
|
||||
offsets = PackedFloat32Array(0.410072, 1)
|
||||
colors = PackedColorArray(1, 1, 1, 0, 1, 1, 1, 1)
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_ew3gl"]
|
||||
bg_color = Color(0.6, 0.6, 0.6, 0)
|
||||
corner_radius_top_left = 20
|
||||
corner_radius_top_right = 20
|
||||
corner_radius_bottom_right = 20
|
||||
corner_radius_bottom_left = 20
|
||||
corner_detail = 10
|
||||
shadow_color = Color(0, 0, 0, 0.435294)
|
||||
shadow_size = 45
|
||||
[sub_resource type="GradientTexture2D" id="GradientTexture2D_kcqx3"]
|
||||
gradient = SubResource("Gradient_nf0dg")
|
||||
|
||||
[node name="PlayingNowWindow" type="Control" node_paths=PackedStringArray("SongImage", "SongNameLabel", "SongNameScroller", "SongAuthorScroller", "SongAuthorLabel")]
|
||||
[sub_resource type="Theme" id="Theme_yr2ao"]
|
||||
RichTextLabel/colors/font_shadow_color = Color(0.0768358, 0.0768358, 0.0768358, 0.52549)
|
||||
RichTextLabel/constants/shadow_outline_size = 10
|
||||
|
||||
[sub_resource type="ImageTexture" id="ImageTexture_yr2ao"]
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_haeb5"]
|
||||
bg_color = Color(0.28485, 0.28485, 0.28485, 1)
|
||||
corner_radius_top_left = 4
|
||||
corner_radius_top_right = 4
|
||||
corner_radius_bottom_right = 4
|
||||
corner_radius_bottom_left = 4
|
||||
expand_margin_top = 5.0
|
||||
expand_margin_bottom = 5.0
|
||||
shadow_color = Color(0, 0, 0, 0.443137)
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_yr2ao"]
|
||||
bg_color = Color(1, 1, 1, 1)
|
||||
corner_radius_top_left = 4
|
||||
corner_radius_top_right = 4
|
||||
corner_radius_bottom_right = 4
|
||||
corner_radius_bottom_left = 4
|
||||
expand_margin_top = 5.0
|
||||
expand_margin_bottom = 5.0
|
||||
|
||||
[node name="PlayingNowWindow" type="Control" node_paths=PackedStringArray("SongImage", "SongNameLabel", "SongNameScroller", "SongAuthorScroller", "SongAuthorLabel", "slider")]
|
||||
layout_mode = 3
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
@@ -39,15 +58,27 @@ grow_vertical = 2
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
script = ExtResource("1_f0rac")
|
||||
SongImage = NodePath("TextureRect")
|
||||
SongNameLabel = NodePath("Panel/VBoxContainer/ScrollContainer/SongName")
|
||||
SongNameScroller = NodePath("Panel/VBoxContainer/ScrollContainer")
|
||||
SongAuthorScroller = NodePath("Panel/VBoxContainer/ScrollContainer2")
|
||||
SongAuthorLabel = NodePath("Panel/VBoxContainer/ScrollContainer2/SongAuthor")
|
||||
SongImage = NodePath("ColorRect/TextureRect")
|
||||
SongNameLabel = NodePath("VBoxContainer/ScrollContainer/SongName")
|
||||
SongNameScroller = NodePath("VBoxContainer/ScrollContainer")
|
||||
SongAuthorScroller = NodePath("VBoxContainer/ScrollContainer2")
|
||||
SongAuthorLabel = NodePath("VBoxContainer/ScrollContainer2/SongAuthor")
|
||||
slider = NodePath("VBoxContainer/Slider")
|
||||
|
||||
[node name="TextureRect" type="TextureRect" parent="."]
|
||||
[node name="ColorRect" type="TextureRect" parent="."]
|
||||
clip_children = 1
|
||||
z_index = -1
|
||||
material = SubResource("ShaderMaterial_haeb5")
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = SubResource("GradientTexture2D_haeb5")
|
||||
expand_mode = 3
|
||||
stretch_mode = 5
|
||||
|
||||
[node name="TextureRect" type="TextureRect" parent="ColorRect"]
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
@@ -57,46 +88,32 @@ grow_vertical = 2
|
||||
size_flags_horizontal = 3
|
||||
texture = ExtResource("3_haeb5")
|
||||
expand_mode = 3
|
||||
stretch_mode = 5
|
||||
stretch_mode = 6
|
||||
|
||||
[node name="Panel" type="Panel" parent="."]
|
||||
z_index = -1
|
||||
custom_minimum_size = Vector2(206.815, 60.71)
|
||||
layout_mode = 1
|
||||
anchors_preset = 8
|
||||
anchor_left = 0.5
|
||||
anchor_top = 0.5
|
||||
anchor_right = 0.5
|
||||
anchor_bottom = 0.5
|
||||
offset_left = -103.408
|
||||
offset_top = -30.355
|
||||
offset_right = 103.407
|
||||
offset_bottom = 30.355
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
theme_override_styles/panel = SubResource("StyleBoxFlat_ew3gl")
|
||||
[node name="Sprite2D" type="Sprite2D" parent="."]
|
||||
clip_children = 1
|
||||
position = Vector2(-95.3115, -216)
|
||||
texture = SubResource("GradientTexture2D_kcqx3")
|
||||
|
||||
[node name="VBoxContainer" type="VBoxContainer" parent="Panel"]
|
||||
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
offset_top = -1.645
|
||||
offset_right = 6.10352e-05
|
||||
offset_bottom = 1.64503
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
size_flags_horizontal = 3
|
||||
theme = SubResource("Theme_yr2ao")
|
||||
alignment = 1
|
||||
|
||||
[node name="ScrollContainer" type="ScrollContainer" parent="Panel/VBoxContainer"]
|
||||
[node name="ScrollContainer" type="ScrollContainer" parent="VBoxContainer"]
|
||||
custom_minimum_size = Vector2(200, 25)
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 4
|
||||
horizontal_scroll_mode = 3
|
||||
vertical_scroll_mode = 0
|
||||
|
||||
[node name="SongName" type="RichTextLabel" parent="Panel/VBoxContainer/ScrollContainer"]
|
||||
[node name="SongName" type="RichTextLabel" parent="VBoxContainer/ScrollContainer"]
|
||||
custom_minimum_size = Vector2(200, 30)
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 6
|
||||
@@ -105,20 +122,34 @@ text = "Playing now TOOOOOOOOOOTT"
|
||||
fit_content = true
|
||||
scroll_active = false
|
||||
autowrap_mode = 0
|
||||
visible_characters_behavior = 3
|
||||
horizontal_alignment = 1
|
||||
|
||||
[node name="ScrollContainer2" type="ScrollContainer" parent="Panel/VBoxContainer"]
|
||||
[node name="ScrollContainer2" type="ScrollContainer" parent="VBoxContainer"]
|
||||
custom_minimum_size = Vector2(200, 25)
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 4
|
||||
horizontal_scroll_mode = 3
|
||||
vertical_scroll_mode = 0
|
||||
|
||||
[node name="SongAuthor" type="RichTextLabel" parent="Panel/VBoxContainer/ScrollContainer2"]
|
||||
[node name="SongAuthor" type="RichTextLabel" parent="VBoxContainer/ScrollContainer2"]
|
||||
custom_minimum_size = Vector2(200, 30)
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 4
|
||||
size_flags_vertical = 4
|
||||
text = "from protein ribosome"
|
||||
autowrap_mode = 0
|
||||
horizontal_alignment = 1
|
||||
visible_characters_behavior = 3
|
||||
|
||||
[node name="Slider" type="HSlider" parent="VBoxContainer"]
|
||||
custom_minimum_size = Vector2(120, 0)
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 4
|
||||
size_flags_vertical = 4
|
||||
theme_override_icons/grabber_disabled = SubResource("ImageTexture_yr2ao")
|
||||
theme_override_styles/slider = SubResource("StyleBoxFlat_haeb5")
|
||||
theme_override_styles/grabber_area = SubResource("StyleBoxFlat_yr2ao")
|
||||
max_value = 1000.0
|
||||
value = 500.0
|
||||
editable = false
|
||||
scrollable = false
|
||||
|
||||
@@ -82,3 +82,5 @@ CONFIRM,Please Confirm…,Bitte bestimme…
|
||||
DL_SONG,Download Song,Nur Lied Herunterladen
|
||||
DL_LIST,Download Playlist,Playliste Herunterladen
|
||||
DL_DIALOG,Do you want to download the song or the Entire playlist?,Willst du die playlist herunterladen?
|
||||
LANGUAGE,Language:,Sprache:
|
||||
SELECT,Select ,Auswählen
|
||||
|
||||
|
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user