You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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").
3
4
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.
4
10
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.
5
18
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