Skip to content

Commit

Permalink
Merge pull request #16378 from code-dot-org/custom-background
Browse files Browse the repository at this point in the history
Add background field to playlab level editor
  • Loading branch information
balderdash committed Jul 12, 2017
2 parents 47ce9d0 + 26cc340 commit d335fee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dashboard/app/views/levels/editors/_studio.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,6 @@
.field
= f.label :sprites_hidden_to_start, 'Sprites hidden to start'
= boolean_check_box f, :sprites_hidden_to_start
.field
= f.label :background, 'Default background'
= f.text_field :background

0 comments on commit d335fee

Please sign in to comment.