From c506e9a524084951a9164eb99b3038fe0131045b Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sun, 3 Mar 2013 17:15:43 -0500 Subject: palette.gif --- public/img/palette.gif | Bin 0 -> 3260 bytes public/js/game.js | 4 +++- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 public/img/palette.gif diff --git a/public/img/palette.gif b/public/img/palette.gif new file mode 100644 index 0000000..da04445 Binary files /dev/null and b/public/img/palette.gif differ diff --git a/public/js/game.js b/public/js/game.js index 8fa19e1..e388706 100644 --- a/public/js/game.js +++ b/public/js/game.js @@ -87,7 +87,9 @@ var Events = { }; - +// Explicit changes to the UI when moving from one state to another. +// This is for things like moving divs off the screen, changing bindings, etc. +// Anything a load method does should be undone by the unload method.. for now. var UI = {}; UI[ State.WAITING ] = { load: function(){ -- cgit v1.2.3-70-g09d2