Skip to content

Commit

Permalink
Update CostumeDataFormat enum
Browse files Browse the repository at this point in the history
  • Loading branch information
pufferfish101007 committed Jun 11, 2024
1 parent c8ad24e commit 5c984f1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/sb3.rs
Original file line number Diff line number Diff line change
Expand Up @@ -293,8 +293,12 @@ pub struct BlockInfo {
#[derive(Serialize, Deserialize, Debug, Clone, Copy, PartialEq)]
#[allow(non_camel_case_types)]
pub enum CostumeDataFormat {
png,
svg,
bitmap,
jpeg,
jpg,
bmp,
gif,
}

#[derive(Serialize, Deserialize, Debug, Clone)]
Expand Down

0 comments on commit 5c984f1

Please sign in to comment.