trying to make the sprite change but it dont work
code
if keyboard_check(vk_up){
sprite_index = spr_playerwalkcima;
}else{
sprite_index = spr_player;
}
if keyboard_check(vk_down){
sprite_index = spr_playerwalkbaixo;
}else{
sprite_index = spr_player;
}
Next up
IT'S FINALLY HERE!
Continuing on the theme of me accidentally launching things too far... I accidentally created a rocket! (It was supposed to be a double jump) Wishlist this beauty NOW for a chance to launch YOUR very own accidental rocket!
Just as Pecaminosa's musicians #improvise this rendition of #LittleSunflower 🌻, so do we improvise with this post you're reading. 😂
What's coming out of your own improvs? 🤔
#Pecaminosa | #IndieDev | #OST | #Jazz
We made a lot of improvements on the Freezing Plains visual. Things like pine trees, tiny bushes, some rocks, and others game props!
#IndieGame | #IndieDev | #GameDev | #PixelArt | #WaifuQuest | #WifeQuest | #screenshotsaturday
Just a Pico sprite
So here's the first of the zodiac signs i will make for the next weeks.
Strange Umbrella
I mostly build 3D First Person Shooter game mechanics in Unity, and in this I'm just showing C4 mechanics I made for a little side project I am working on! :)
2 comments