mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-05-28 00:01:54 +08:00
Buttons positioning 2
The last 2 remainings from original structure
This commit is contained in:
+2
-2
@@ -531,9 +531,9 @@ var Events = {
|
||||
Button.cooldown(leaveBtn.appendTo(exitBtns));
|
||||
|
||||
var healBtns = $('<div>').appendTo(btns).attr('id','healButtons');
|
||||
Events.createEatMeatButton(0).appendTo(btns);
|
||||
Events.createEatMeatButton(0).appendTo(healBtns);
|
||||
if((Path.outfit['medicine'] || 0) !== 0) {
|
||||
Events.createUseMedsButton(0).appendTo(btns);
|
||||
Events.createUseMedsButton(0).appendTo(healBtns);
|
||||
}
|
||||
$('<div>').addClass('clear').appendTo(healBtns);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user