mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-14 04:24:05 +09:00
this should track the total playtime better?
This commit is contained in:
@@ -319,6 +319,8 @@ open class TerrarumIngame(batch: FlippingSpriteBatch) : IngameInstance(batch) {
|
|||||||
(!tileProp.isSolid && !wallProp.isSolid).toInt().toFloat()
|
(!tileProp.isSolid && !wallProp.isSolid).toInt().toFloat()
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
loadedTime_t = App.getTIME_T()
|
||||||
}
|
}
|
||||||
|
|
||||||
data class NewGameParams(
|
data class NewGameParams(
|
||||||
|
|||||||
Reference in New Issue
Block a user