mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-05-28 00:01:54 +08:00
Remove big TODO in engine
This was actually completed in #50 and was never removed. Closes #45
This commit is contained in:
@@ -1,12 +1,6 @@
|
||||
(function() {
|
||||
var Engine = window.Engine = {
|
||||
|
||||
/* TODO *** MICHAEL IS A LAZY BASTARD AND DOES NOT WANT TO REFACTOR ***
|
||||
* Here is what he should be doing:
|
||||
* - All updating values (store numbers, incomes, etc...) should be objects that can register listeners to
|
||||
* value-change events. These events should be fired whenever a value (or group of values, I suppose) is updated.
|
||||
* That would be so elegant and awesome.
|
||||
*/
|
||||
SITE_URL: encodeURIComponent("http://adarkroom.doublespeakgames.com"),
|
||||
VERSION: 1.3,
|
||||
MAX_STORE: 99999999999999,
|
||||
|
||||
Reference in New Issue
Block a user