Skip to content

Commit 98e580e

Browse files
Update README.md
1 parent dd3c593 commit 98e580e

File tree

1 file changed

+19
-6
lines changed

1 file changed

+19
-6
lines changed

README.md

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,22 @@
1-
JSON Fighter Creator
2-
soon...
1+
# JSON Fighter Creator
2+
------------
3+
An application that would let you make [hitboxes/hurtboxes](https://developer.amazon.com/docs/gamemaker/hitboxes-hurtboxes.html "hitboxes/hurtboxes") for your character sprites. Originally made by [cyanprime](https://cyanprime.itch.io/ "cyanprime").
34

5+
## How to Use The Application?
6+
------------
7+
1. **Add sprite images** (*the application accepts multiple sprite images (for now) to make 1 animation.*)
8+
2. **Click one of the Frames & Add a Hitbox or a Hurtbox**
9+
1. **Move/Resize the Hitbox/Hurtbox with your Mouse** - By clicking the edge of the hitbox/hurtbox you can resize it. You can also move the hitbox by clicking its center.
410

11+
## Other Features
12+
------------
13+
- **Pan & Zoom** in Frame and Animation View using your mouse.
14+
- **Toggle Hitbox/Hurtbox Display** in Animation View.
15+
- **Onion Skin** in Frame View.
16+
- Copy the hitbox/hurtbox data to clipboard
17+
- Download the hitbox/hurtbox JSON File.
518

6-
To make changes to index.css:
7-
8-
- run `sass --watch assets/sass/index.scss css/index.css` in terminal
9-
- make change in sass files
19+
## Features to Implement In The Future
20+
------------
21+
- feature to load a hitbox/hurtbox JSON file
22+
- feature to accept spritesheets and its associated JSON file.

0 commit comments

Comments
 (0)