Activity MannyAnims 2022-10-24 01:40:53 UTC Arcade Fighters Will this game be made with animations actual made within Sticknodes or animation resembling it? 0 vuice · 3 years, 8 months ago From the looks of it, the sprites for the characters and some background elements are made in Sticknodes, and the background’s terrain itself is 3D modeled 2022-10-24 01:51:06 UTC 0 MannyAnims · 3 years, 8 months ago Replying to: vuiceFrom the looks of it, the sprites for the characters and som Ok. How do they export the animations into the game though? 2022-10-24 01:54:42 UTC 0 vuice · 3 years, 8 months ago Replying to: MannyAnimsOk. How do they export the animations into the game though? They export each frame of an animation (with all the character moves) as a transparent PNG, then combine it all into one spritesheet after that, all thats left is just having the game engine display the correct sequence of frames through big brain coding 2022-10-24 02:16:28 UTC 3
From the looks of it, the sprites for the characters and some background elements are made in Sticknodes, and the background’s terrain itself is 3D modeled
Ok. How do they export the animations into the game though?
They export each frame of an animation (with all the character moves) as a transparent PNG, then combine it all into one spritesheet
after that, all thats left is just having the game engine display the correct sequence of frames through big brain coding