1
0
Fork 0
Find a file
2025-06-05 20:59:32 +09:00
.forgejo/img update overlay 2025-06-03 15:53:49 +09:00
.vscode add devenv 2025-06-03 15:55:30 +09:00
src update game version and move elements accordingly 2025-06-05 20:59:32 +09:00
.envrc add devenv 2025-06-03 15:55:30 +09:00
.gitignore add devenv 2025-06-03 15:55:30 +09:00
devenv.lock add devenv 2025-06-03 15:55:30 +09:00
devenv.nix add devenv 2025-06-03 15:55:30 +09:00
devenv.yaml add devenv 2025-06-03 15:55:30 +09:00
LICENSE chore: relicense to GPL v3 2024-03-23 16:55:57 +09:00
README.md add devenv 2025-06-03 15:55:30 +09:00
requirements.txt update dependencies 2024-12-14 12:41:42 +09:00

osu-pomp-skin

download skin

My custom skin for the game osu! (lazer) based on vaxei's skin (blue, instant-fade).

screenshot

Characteristics

  • minimalistic
    • does not even have a health bar
    • uses the default element in most places
  • instant-fade circles
  • osu!standard only
  • acc meter positioned on top of the screen instead of the bottom
  • made specifically for osu!lazer
  • uses HD images only (although none of the images have a @2x suffix, they are all HD images. The suffix is added automatically during the build process)

Commands

To generate a .osk osu skin file, run the following commands.

  1. Setup devenv
  2. Install dependencies
    pip install -r requirements.txt
    
  3. Build skin
    python src
    

Resources

License

All non-asset files of this project are available under the GPL v3 License.