Skip to content

Commit

Permalink
Fixed project options directories.
Browse files Browse the repository at this point in the history
  • Loading branch information
fredvs committed Oct 5, 2017
1 parent 958f53b commit c484a1b
Show file tree
Hide file tree
Showing 3 changed files with 1,104 additions and 1,101 deletions.
5 changes: 4 additions & 1 deletion src/drums.mfm
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,10 @@ object drumsfo: tdrumsfo
frame.localprops = [frl_leveli, frl_colordkwidth, frl_colorhlwidth]
frame.localprops1 = []
frame.template = commanderfo.tframecomp1
face.localprops = []
face.image.options = [bmo_masked, bmo_graymask]
face.image.origformat = 'png'
face.image.alignment = [al_stretchx, al_stretchy]
face.localprops = [fal_image]
face.template = tfacedrums
hint = ' Drums set '
bounds_x = 0
Expand Down
Loading

0 comments on commit c484a1b

Please sign in to comment.