Skip to content

Commit

Permalink
Add divs to load GIFs in the lobby
Browse files Browse the repository at this point in the history
Adding GIFs for clawing up, right, down, left, to be preloaded in the
lobby.
  • Loading branch information
EasterPeanut committed Apr 23, 2019
1 parent 59776fd commit 8290229
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@
<div class="bear left idle"> </div>
<div class="bear down idle"> </div>
<div class="bear right idle"> </div>
<div class="bear up clawing"> </div>
<div class="bear left clawing"> </div>
<div class="bear down clawing"> </div>
<div class="bear right clawing"> </div>
<div class="tree"> </div>
</div>
<% end %>
Expand Down

0 comments on commit 8290229

Please sign in to comment.