Revert "feat(engine): per-theme nearest-sampling opt-in for pixel-art themes"
This reverts commit 17e3112502.
This commit is contained in:
@@ -118,7 +118,6 @@ fn default_entry() -> ThemeEntry {
|
||||
author: "Solitaire Quest".to_string(),
|
||||
version: "1.0".to_string(),
|
||||
card_aspect: (2, 3),
|
||||
pixel_art: false,
|
||||
},
|
||||
}
|
||||
}
|
||||
@@ -345,7 +344,6 @@ mod tests {
|
||||
author: "x".into(),
|
||||
version: "x".into(),
|
||||
card_aspect: (2, 3),
|
||||
pixel_art: false,
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user