目前发现关于NPC对话框的调整在Server\Views\HorseInfoView.cs文件中
public NPCDialog() { TitleLabel.Text = string.Empty; HasFooter = false; Movable = true; SetClientSize(new Size(492, 259)); //NPC对话框大小 DXImageControl BgImage = new DXImageControl() { LibraryFile = LibraryFile.GameInter, //Index = 378, //GameInter.ZI文件内对话框背景 调完叠加在上面,删除后依然有背景图 Location = new Point(0, 129), Parent = this, };
🔒 本篇文章已加密
请输入密码以查看内容。
密码区分大小写,请确保输入正确。
还没有评论,来说两句吧...