var oldSceneMap_start = Scene_Map.prototype.start;
Scene_Map.prototype.start = function(){
oldSceneMap_start.call(this);
this.createCunstomHudWindow();
};
Scene_Map.prototype.createCunstomHudWindow = function(x, y, width, height)
{
var bcbc=0;
var parameters = PluginManager.parameters('HUD');
var tihuantup = String(parameters["xintiaoshang"]||"xintiaoshang");
//这上面是我自己加的更换图片,可是怎么做都能改
var xinshang = new Sprite(ImageManager.loadPicture(tihuantup));
//var xinshang = new Sprite(ImageManager.loadPicture("xintiaoshang"));
var xin3 = new Sprite(ImageManager.loadPicture("xue"));
var xinzang = new Sprite(ImageManager.loadPicture("xin"));
var tili2 = new Sprite(ImageManager.loadPicture("tilixia"));
var tili1 = new Sprite(ImageManager.loadPicture("tilishang"));
var siwang = new Sprite(ImageManager.loadPicture("siwang"));