From 758d93d9d6b4ec39368bd7f32b06ffac64475059 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Fri, 24 Jan 2025 02:39:25 +0500 Subject: feat: splash screen --- assets/sprites/gui/ui.skin | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'assets/sprites/gui/ui.skin') diff --git a/assets/sprites/gui/ui.skin b/assets/sprites/gui/ui.skin index 5f9df6c..533d7c0 100644 --- a/assets/sprites/gui/ui.skin +++ b/assets/sprites/gui/ui.skin @@ -118,6 +118,14 @@ color: { hex: "#222222ff" }, name: tile }, + loading-screen-progressbar-bg: { + color: { hex: "#ddddddff" }, + name: tile + }, + loading-screen-progressbar-fg: { + color: { hex: "#1f2220ff" }, + name: tile + }, }, // TODO: Test this file path on Android platform com.badlogic.gdx.graphics.g2d.BitmapFont: { @@ -336,7 +344,11 @@ default-horizontal: { background: bar_bg, knobBefore: bar_fg - } + }, + loading-screen: { + background: loading-screen-progressbar-bg, + knobBefore: loading-screen-progressbar-fg + }, }, com.badlogic.gdx.scenes.scene2d.ui.Slider$SliderStyle: { default-horizontal: { -- cgit v1.2.3