Skip to content

Commit

Permalink
Yellow Meteor Texture
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanlangston committed Dec 10, 2023
1 parent 5f4a222 commit 05920d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/AssetManager.zig
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ pub const AssetManager = struct {

pub const Textures = enum {
Unknown,
Meteor,
};

pub const Sounds = enum {
Expand All @@ -31,6 +32,9 @@ pub const AssetManager = struct {
Textures.Unknown => {
return AssetManagerErrors.NotFound;
},
.Meteor => {
return RawAsset.init(".png", @embedFile("./Textures/Yellow Meteor.png"));
},
}
}

Expand Down
Binary file added src/Textures/Yellow Meteor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 05920d9

Please sign in to comment.