Skip to content

Instantly share code, notes, and snippets.

@zilongshanren
Created July 24, 2013 02:05
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save zilongshanren/6067601 to your computer and use it in GitHub Desktop.
Save zilongshanren/6067601 to your computer and use it in GitHub Desktop.
GlyphDesigner command line tools for cocos2d-x game developer
#!/bin/sh
GD="/usr/local/bin/GDCL"
${GD} ../heightFont.GlyphProject Resources/HD/height
${GD} ../heightFont.GlyphProject Resources/SD/height -fs 16
${GD} ../middleLabel.GlyphProject Resources/HD/score
${GD} ../middleLabel.GlyphProject Resources/SD/score -fs 64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment