Skip to content

Commit

Permalink
Fixing width to be multiple of 15, adding correct names to dist target
Browse files Browse the repository at this point in the history
  • Loading branch information
adbrant committed Oct 27, 2017
1 parent c678f6e commit a4aef25
Show file tree
Hide file tree
Showing 4 changed files with 847 additions and 851 deletions.
10 changes: 5 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ include ../../plugin.mk


dist: all
mkdir -p dist/AudibleInstruments
cp LICENSE* dist/AudibleInstruments/
cp plugin.* dist/AudibleInstruments/
cp -R res dist/AudibleInstruments/
cd dist && zip -5 -r AudibleInstruments-$(VERSION)-$(ARCH).zip AudibleInstruments
mkdir -p dist/ArableInstruments
cp LICENSE* dist/ArableInstruments/
cp plugin.* dist/ArableInstruments/
cp -R res dist/ArableInstruments/
cd dist && zip -5 -r ArableInstruments-$(VERSION)-$(ARCH).zip ArableInstruments
1,686 changes: 841 additions & 845 deletions res/Joni.pdn

Large diffs are not rendered by default.

Binary file modified res/Joni.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/Clouds.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ void Clouds::step() {
CloudsWidget::CloudsWidget() {
Clouds *module = new Clouds();
setModule(module);
box.size = Vec(15*18+67*3, 380);
box.size = Vec(15*18+67*3-6, 380);

{
Panel *panel = new LightPanel();
Expand Down

0 comments on commit a4aef25

Please sign in to comment.