Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 624 Bytes

makecard.md

File metadata and controls

25 lines (17 loc) · 624 Bytes

makecard

Card maker tool. This is alternative to egg-texture-cards included with Panda3D.

Features

  • Makes sprite-based animations, but automatically packs all images into a single spritesheet texture
  • Pack multiple animations into single file

Usage

Create a single animation from 4 frames:

makecard --frames 4 --fps 10 --output anim.egg --input 1.png 2.png 3.png 4.png

Create 2 animations (first animation will have 2 frames, and second one is 3 frames):

makecard --frames 2,3 --fps 15 --output anim.egg --input a1.png a2.png b1.png b2.png b3.png