Skip to content

Commit ab32c2e

Browse files
committed
v1.2.5
1 parent f2ec256 commit ab32c2e

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "quilt"
3-
version = "1.2.4"
3+
version = "1.2.5"
44
edition = "2024"
55

66
[dependencies]

src/quilt/settings.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ impl Display for ZoomType {
5555
pub struct LevelEditorSettings {
5656
/// When a level is loaded, the camera will snap to the `START` gimmick, if present.
5757
pub snap_to_start: bool,
58+
/// The zoom method for cameras.
59+
// Note: Move this out of "Level Editor Settings" and into "General" when writing new camera-based editors.
5860
#[serde(default)]
5961
pub zoom_type: ZoomType,
6062
}

0 commit comments

Comments
 (0)