Skip to content

Commit 68e3d4d

Browse files
authored
1 parent 46e70d7 commit 68e3d4d

File tree

4 files changed

+3
-1
lines changed

4 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ Licensed under either of
9292

9393
at your option.
9494

95+
The Ducky sprite is CC-0 licensed by [Caz Creates Games](https://caz-creates-games.itch.io/ducky-2).
96+
9597
## Contribution
9698

9799
Unless you explicitly state otherwise, any contribution intentionally submitted

assets/ducky.png

5.36 KB
Loading

assets/icon.png

-15.3 KB
Binary file not shown.

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ fn main() {
1616
fn setup(mut commands: Commands, asset_server: Res<AssetServer>) {
1717
commands.spawn(Camera2dBundle::default());
1818
commands.spawn(SpriteBundle {
19-
texture: asset_server.load("icon.png"),
19+
texture: asset_server.load("ducky.png"),
2020
..Default::default()
2121
});
2222
}

0 commit comments

Comments
 (0)