Skip to content
Snippets Groups Projects
Commit 0418c657 authored by radow's avatar radow
Browse files

new gfx

parent a73a4876
No related branches found
No related tags found
No related merge requests found
resources/foe.png

2.47 KiB

resources/player_new.png

2.54 KiB

......@@ -11,8 +11,8 @@ impl Textures {
pub fn init(ctx: &mut Context) -> tetra::Result<Textures> {
Ok(Textures {
tile: Texture::new(ctx, "./resources/tile.png")?,
player: Texture::new(ctx, "./resources/player.png")?,
enemy: Texture::new(ctx, "./resources/spike.png")?,
player: Texture::new(ctx, "./resources/player_new.png")?,
enemy: Texture::new(ctx, "./resources/foe.png")?,
})
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment