因为没啥交接,所以记录一些关于Pianista的碎碎念1.Application场景Application/BacklgroundSystemCanvas/Background有个SpriteComponent在Images里增加贴图 2.贴图的位置在Assets/Editor/Built-in/Sprite/outgame/bg 3.BackgroundAnimateImage.cs中增加对应的枚举参数 4.场景当中会有通常在OnOpen中修改: BackgroundAnimateImage.SetBackground(BackgroundAnimateImage.Background.Lobby);调用修改