Jump to content

Arwing Sprite (Pre-rendered)


Weylin

Recommended Posts

I was making a scrolling shooter in Game Maker 8.1 inspired by Starfox (Because I loved the game, and hate myself for never actually buying it), but couldn't find any decent sprites to use for it.

After no luck searching, I decided to model an Arwing from scratch in Blender3D and render it out.

This sprite is 1-31 frames, 16th frame is the center position.

c7b75f39e6222368871bbf4956ff0f79.png

fa0a1b632f8944c2946720218b29f80f.png

The render is not aliased and uses an alpha channel so it should look nice and crisp on any type of background.

For rotation you will need to use an image transform (like image_angle in game maker) and write some code which will bank the arwing appropriately when you turn.

I was using this code to cause it to bank when moving side to side: image_index = min((16+(hspeed*2)),30)

Point out any errors in the model if you notice them, I haven't played starfox in a looong long time.

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...