Skip to content

Commit

Permalink
Small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
KirovAir committed Mar 30, 2020
1 parent 5211fc3 commit 250dd8e
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 25 deletions.
9 changes: 3 additions & 6 deletions TwilightBoxart.CLI/TwilightBoxart.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ BoxartHeight=115
KeepAspectRatio=true

; Borders
BoxartBorderStyle=Line ; NintendoDSi | Nintendo3DS | Line
BoxartBorderThickness=1 ; In pixels
BoxartBorderColor=0xFF000000 ; Hex color (Alpha (FF), R (00), G(00), B(00))

; Cache | Use a directory for image cache.
; CachePath=/tmp/
;BoxartBorderStyle=Line ; NintendoDSi | Nintendo3DS | Line
;BoxartBorderThickness=1 ; In pixels
;BoxartBorderColor=0xFF000000 ; Hex color (Alpha (FF), R (00), G(00), B(00))
30 changes: 15 additions & 15 deletions TwilightBoxart.UX/MainForm.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions TwilightBoxart.UX/MainForm.resx
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,6 @@
<metadata name="folderBrowseDlg.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>
<metadata name="colorDialog.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>307, 17</value>
</metadata>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
Expand Down
2 changes: 1 addition & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
- Added update checker.
- Added option to cancel searching and to overwrite existing boxart.
- Added border support. (This is some experimental trickery which makes boxart a bit more aesthetic on some themes, maybe in the future I'm able to do some tricks with 3d boxart and such)
- Moved No-Intro DB crawling to this repo.
- Moved parts of code to server. These will be open sourced later.

0.6
- Uses 1:1 boxart size for gba roms which should work with TwilightMenu++ v11.2.0 ('TWL Christmas release') and up! Please remove all old GBA boxart from previous versions so they will be redownloaded!
Expand Down

0 comments on commit 250dd8e

Please sign in to comment.