mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-05-28 08:11:54 +08:00
Stores panel now persists on all non-world/non-space views.
This commit is contained in:
@@ -757,6 +757,7 @@ var World = {
|
||||
$('#outerSlider').animate({opacity: '0'}, 600, 'linear', function() {
|
||||
$('#outerSlider').css('left', '0px');
|
||||
$('#locationSlider').css('left', '0px');
|
||||
$('#storesContainer').css({'top': '0px', 'right': '0px'});
|
||||
Engine.activeModule = Room;
|
||||
$('div.headerButton').removeClass('selected');
|
||||
Room.tab.addClass('selected');
|
||||
|
||||
Reference in New Issue
Block a user