mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
nano map changes.
This commit is contained in:
@@ -51,6 +51,8 @@ NanoBaseCallbacks = function ()
|
||||
window.location.href = href;
|
||||
}
|
||||
});
|
||||
|
||||
return updateData;
|
||||
},
|
||||
nanomap: function (updateData) {
|
||||
$('.mapIcon')
|
||||
@@ -85,6 +87,10 @@ NanoBaseCallbacks = function ()
|
||||
marginTop: '-' + Math.floor(uiMapHeight / 2) + 'px'
|
||||
});
|
||||
});
|
||||
|
||||
$('#uiMapImage').attr('src', 'nanomap' + updateData['config']['mapZLevel'] + '.png');
|
||||
|
||||
return updateData;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user