自定义游戏加载界面
第一步,在服务端中新建GermPlugin/gui/game_loading.yml,并填入对应基础配置
#名字为game_loading的界面会被替换成游戏加载界面
#当玩家切换世界 跨服的时候会显示此界面
game_loading:
logo:
type: texture
path: "local<->textures/misc/logo.png"
#图片的显示起始坐标 (左上 为顶点 分别向下向右为正)
locationX: "w-30"
locationY: "h-26"
#图片显示宽度 (w) 代表当前MC窗口的宽度, (w) * 0.8 代表宽度为当前MC窗口的宽度的百分之八十
width: "18"
#上同解释
height: "18"
#也可以直接在这里写动画配置
animations:
#定时旋转
rotate:
type: 1
delay: 6666
cycle: -1
permanent: true
duration: 1000
rotateX: 0
rotateY: 0
rotateZ: 360
total: 0