自定义资源包加载界面
最后更新于
最后更新于
###############################################################################
# 自定义资源包加载界面
###############################################################################
# 背景颜色 Background color
screen.loading=14181c
# 加载条背景 Loading bar background color
screen.loading.bar=14181c
# 加载条边框 Loading bar outline
screen.loading.outline=303336
# 加载条前景色 Loading bar foreground color
screen.loading.progress=1f17ce
# Logo 混合 模式
# Where src, dst, srcA and dstA are one of:
# ZERO, ONE, SRC_COLOR, ONE_MINUS_SRC_COLOR, DST_COLOR, ONE_MINUS_DST_COLOR,
# SRC_ALPHA, ONE_MINUS_SRC_ALPHA, DST_ALPHA, ONE_MINUS_DST_ALPHA, SRC_ALPHA_SATURATE
screen.loading.blend=DST_COLOR