Skip to content

Commit

Permalink
fix disappearing inventory problem
Browse files Browse the repository at this point in the history
  • Loading branch information
dmcinnes committed Jun 1, 2012
1 parent 430e65e commit d1e2449
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions TODO.txt
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ X 2nd game map tiles not rendered correctly
X sometimes breaking turns into reverse
X Time challange intro is rendered too low on the screen
X exit car after game reload, placed in center of car
X house inventory doesn't show up when dude inventory is up, then breaks it
can't hold drag an item then drop it into another car/building
arm doesn't flash when dude is hit
occasionally the farmhouse allows zombies and dude to vworp through from the left or bottom sides
Expand Down
1 change: 1 addition & 0 deletions stylesheets/game.css
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,7 @@ body {
#canvas-mask {
position:relative;
overflow:hidden;
z-index: 0;
}

.sprite {
Expand Down

0 comments on commit d1e2449

Please sign in to comment.