the axle item/fixture? wip

This commit is contained in:
minjaesong
2024-10-02 23:56:06 +09:00
parent 551fbcd3c2
commit dd643005a4
9 changed files with 102 additions and 23 deletions

View File

@@ -144,7 +144,7 @@ class FixtureLogicSignalPressurePlate : Electric {
)
@Transient open val minMass = 2.0 // different types of switches can have different minimal mass?
@Transient open val holdTime = 30 // ticks
@Transient open val holdTime = 30 // ingame TIME_T
private var triggeredTime: Long? = null // null = off; number: TIME_T that the button was held down