forked from xiangwang25/whale-town-front-v2
feat: polish personal space editor
This commit is contained in:
@@ -69,6 +69,7 @@ func _process_next_save() -> void:
|
||||
"position_x": float(item.get("position_x", 0.0)),
|
||||
"position_y": float(item.get("position_y", 0.0)),
|
||||
"scale": float(item.get("scale", item.get("default_scale", 1.0))),
|
||||
"rotation_degrees": int(item.get("rotation_degrees", item.get("default_rotation_degrees", 0))),
|
||||
"z_index": int(item.get("z_index", item.get("default_z_index", 0))),
|
||||
}
|
||||
var decorId := str(item.get("decor_id", "")).uri_encode()
|
||||
|
||||
Reference in New Issue
Block a user