Skip to content

Commit

Permalink
add feed background
Browse files Browse the repository at this point in the history
  • Loading branch information
leafo committed Aug 25, 2013
1 parent 800a8f3 commit 4047b16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions feed.moon
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,7 @@ class SodaPile extends FoodPile

class FeedStage extends Stage
name: "Feed Stage"
lazy bg: -> imgfy "images/feed_bg.png"

on_key: (key) =>
pile_num = tonumber key
Expand Down Expand Up @@ -497,6 +498,8 @@ class FeedStage extends Stage
FeedHud @

draw: =>
@bg\draw 0,0

for e in *@entities
if e.draw_back
e\draw_back!
Expand Down
Binary file added images/feed_bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4047b16

Please sign in to comment.