<%= render :partial => "render_scene", :locals =>{:squares=>@squares} %>
<% number = @session[:roll] || 5 -%>
<% if @user.user_instance.account.balance > 0 -%>
<% end -%>
Rolling...
<%= display_balance %>
<%= render :partial => "messages" %>
<%= render :partial => "inventory_bar" %>
<%= start_bubble_wrap("light_blue","black","nohome") %>
Stuff that has no home in the interface yet:
Instances
Messages
Game Stats
Report a Bug
Revision 337 notes.
Michael says:
<% if @god_message %>
<%= @god_message.message %>
<% end %>
<% if @user %>
Currently playing with <%= number_with_delimiter(@user.class.currently_playing) %> other users.
<% end %>
<%= end_bubble_wrap("light_blue","black") %>