https://github.com/liquidityc/spritegrid
Simple program to help with sprite selection during game development
https://github.com/liquidityc/spritegrid
Last synced: 11 months ago
JSON representation
Simple program to help with sprite selection during game development
- Host: GitHub
- URL: https://github.com/liquidityc/spritegrid
- Owner: LiquidityC
- License: mit
- Created: 2018-09-05T12:11:54.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-30T15:37:46.000Z (over 7 years ago)
- Last Synced: 2025-07-19T02:32:09.022Z (12 months ago)
- Language: C++
- Size: 142 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
An idea I had...
================
This program is meant to be a solution to something that has been bothering me
whilst I was developing [BreakHack](https://github.com/liquidityc/breakhack).
I'm to lazy to go into detail now, the idea is to make it simpler to check out
what coordinates a sprite has in a sprite sheet in a simple way that would better
suit my way of working.
I'll get more of it done once I get the time...