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

@@ -32,37 +32,37 @@
"wire@basegame:8192": { /* signal wire red */ "wire@basegame:8192": { /* signal wire red */
"workbench": "wirerollingmill", "workbench": "wirerollingmill",
"ingredients": [ "ingredients": [
[10, 1, "item@basegame:112"] /* 1 copper */ [25, 1, "item@basegame:112"] /* 1 copper */
] ]
}, },
"wire@basegame:8193": { /* signal wire green */ "wire@basegame:8193": { /* signal wire green */
"workbench": "wirerollingmill", "workbench": "wirerollingmill",
"ingredients": [ "ingredients": [
[10, 1, "item@basegame:112"] /* 1 copper */ [25, 1, "item@basegame:112"] /* 1 copper */
] }, ] },
"wire@basegame:8194": { /* signal wire blue */ "wire@basegame:8194": { /* signal wire blue */
"workbench": "wirerollingmill", "workbench": "wirerollingmill",
"ingredients": [ "ingredients": [
[10, 1, "item@basegame:112"] /* 1 copper */ [25, 1, "item@basegame:112"] /* 1 copper */
] ]
}, },
"wire@basegame:8195": { /* signal wire yellow */ "wire@basegame:8195": { /* signal wire yellow */
"workbench": "wirerollingmill", "workbench": "wirerollingmill",
"ingredients": [ "ingredients": [
[10, 1, "item@basegame:112"] /* 1 copper */ [25, 1, "item@basegame:112"] /* 1 copper */
] ]
}, },
"wire@basegame:8196": { /* signal wire purple */ "wire@basegame:8196": { /* signal wire purple */
"workbench": "wirerollingmill", "workbench": "wirerollingmill",
"ingredients": [ "ingredients": [
[10, 1, "item@basegame:112"] /* 1 copper */ [25, 1, "item@basegame:112"] /* 1 copper */
] ]
}, },
"item@basegame:50": { /* soldering wire */ "item@basegame:50": { /* soldering wire */
"workbench": "wirerollingmill", "workbench": "wirerollingmill",
"ingredients": [ "ingredients": [
[10, 1, "item@basegame:181"] /* 1 solder bar */ [25, 1, "item@basegame:181"] /* 1 solder bar */
] ]
}, },

View File

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