1 meter is now 25 pixels

This commit is contained in:
minjaesong
2025-08-08 01:01:45 +09:00
parent c803ddfae8
commit 3f6f599865
3 changed files with 8 additions and 8 deletions

View File

@@ -2256,7 +2256,7 @@ open class ActorWithBody : Actor {
* Constants
*/
@Transient const val METER = 24.0
@Transient const val METER = 25.0
/**
* [m / s^2] * SI_TO_GAME_ACC -> [px / InternalFrame^2]
*/