mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-06-01 18:21:54 +08:00
Add in doubleTime capabilities
Add hyper / classic to menu
This commit is contained in:
committed by
Blake Grotewold
parent
5fcdf29601
commit
6e044292ae
@@ -370,7 +370,7 @@ var StateManager = {
|
||||
if(changed){
|
||||
$SM.fireUpdate('income', true);
|
||||
};
|
||||
Engine._incomeTimeout = setTimeout($SM.collectIncome, 1000);
|
||||
Engine._incomeTimeout = Engine.setTimeout($SM.collectIncome, 1000);
|
||||
},
|
||||
|
||||
//Thieves
|
||||
|
||||
Reference in New Issue
Block a user