Skip to content

Commit

Permalink
Ducky
Browse files Browse the repository at this point in the history
  • Loading branch information
cart committed Dec 3, 2023
1 parent 46e70d7 commit c5e910c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ Licensed under either of

at your option.

The Ducky sprite is CC-0 licensed by [Caz Creates Games](https://caz-creates-games.itch.io/ducky-2).

## Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted
Expand Down
Binary file added assets/ducky.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/icon.png
Binary file not shown.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ fn main() {
fn setup(mut commands: Commands, asset_server: Res<AssetServer>) {
commands.spawn(Camera2dBundle::default());
commands.spawn(SpriteBundle {
texture: asset_server.load("icon.png"),
texture: asset_server.load("ducky.png"),
..Default::default()
});
}

0 comments on commit c5e910c

Please sign in to comment.