itdelatrisu / opsu

opsu! ~ an open-source osu! client
https://itdelatrisu.github.io/opsu/
GNU General Public License v3.0
763 stars 123 forks source link

Default skin.ini? #604

Closed MFDaus47 closed 3 years ago

MFDaus47 commented 3 years ago

Does anyone know the default skin.ini in this application. Can't seem to find it anywhere. I need it for some reference for skinning

yugecin commented 3 years ago

You'll have to plow through this code to see the defaults: https://github.com/itdelatrisu/opsu/blob/28003bfbe5195a97c1d7135d6060d09727768aab/src/itdelatrisu/opsu/skins/Skin.java#L30-L194

MFDaus47 commented 3 years ago

You'll have to plow through this code to see the defaults: https://github.com/itdelatrisu/opsu/blob/28003bfbe5195a97c1d7135d6060d09727768aab/src/itdelatrisu/opsu/skins/Skin.java#L30-L194

I see. Thank you so much. I didn't thought it would be in there. Thanks👍