Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
Fixes #5
Browse files Browse the repository at this point in the history
  • Loading branch information
DeflatedPickle committed Apr 24, 2019
1 parent e91ec0f commit 023fb96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ A stand-alone, free and open-source implementation of the Fruity Dance plugin fr
- Download the FL-Chan (or similar) sprite sheet and text file (can be found in the FL Studio files, or you can [download a big version](http://www.image-line.com/support/FLHelp/content/FLChan_HD.zip))
- Run the program
- Click the big "Open" button
- Locate the Fl-Chan (or similar) sprite sheet and text file
- Locate the FL-Chan (or similar) sprite sheet and text file
- Double-click either one, or click it and then click "Open"
2 changes: 1 addition & 1 deletion src/main/kotlin/com/deflatedpickle/faosdance/main.kt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ fun main(args: Array<String>) {
SwingUtilities.updateComponentTreeUI(frame)

frame.defaultCloseOperation = JFrame.EXIT_ON_CLOSE

frame.isAlwaysOnTop = true
frame.isUndecorated = true
frame.background = Color(0, 0, 0, 0)

Expand Down

0 comments on commit 023fb96

Please sign in to comment.