save/load kinda mostly working but fixtures are not getting their sprites back

This commit is contained in:
minjaesong
2021-09-06 17:31:37 +09:00
parent ec08f8d07e
commit 1accf985e7
29 changed files with 230 additions and 126 deletions

View File

@@ -1,9 +1,9 @@
package net.torvald.terrarum.gameactors
data class PhysProperties(
val immobileBody: Boolean,
var usePhysics: Boolean,
val useStairs: Boolean
val immobileBody: Boolean = false,
var usePhysics: Boolean = true,
val useStairs: Boolean = false
) {
companion object {
val HUMANOID_DEFAULT = PhysProperties(