Results 281 comments of soywiz

Move this to StandardDirectories.getSettingsFolder(gameId: String) or something like that. ``` val realSettingsFolder: String by lazy { when { settingsFolder != null -> settingsFolder!! else -> when { OS.isMac -> "/Users/${Environment["USER"]}/Library/Preferences/$gameIdFolder"...

Current implementation: https://github.com/korlibs/korio/blob/fd692cccedd3eff42b5107a5ffd507eca0e64c09/korio/src/androidMain/kotlin/com/soywiz/korio/file/std/VfsAndroid.kt#L220-L236

https://github.com/korlibs/korge-asset-store

Related task: https://github.com/korlibs/korge/issues/636

In JS you can't hide the cursor unless you are pressing I guess. I guess that behaviour might make sense as 3D implementation evolves and people want to make FPSs

`copyTo` copies a single file so it won't work for directories like that: https://github.com/korlibs/korge/blob/f448b148c5d1da60e32359df03538f1ecf118473/korio/src/commonMain/kotlin/com/soywiz/korio/file/VfsFile.kt#L77 Thought it would be a nice use-case to support copying folders recursively to for example extract...

https://dokka.korge.org/korinject/korinject/com.soywiz.korinject/index.html

So do you mean that `Text` should expose a property line `lineHeight`, or something else like exposing a property for a spacing multiplier? How would it work when using multiple...

Las time I checked, compose included several multi megabyte DLLs. Korge is intended to be as small as possible and dependencyless as a feature and selling point. It could be...

Related to https://github.com/korlibs/korge/issues/292