Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Kmc2000 committed Apr 19, 2020
1 parent 5961978 commit a7f1a82
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,15 @@ A primitive hitbox generator for NSV13 ships.
* Open up the tool, and in the file selection dialogue, choose the file you want to edit.
![file dialogue](https://cdn.discordapp.com/attachments/593077519247474689/701250519901011989/unknown.png "File selection example")
* The editor window will pop open if you chose a valid image file (Currently .jpg or .png) that you have access to. You'll see the following:

![edit window 1](https://cdn.discordapp.com/attachments/593077519247474689/701251000417124403/unknown.png "Editor window before making changes")

* Now you've got the editor up, simply click with your mouse to place squares, which will represent the points of the hitbox. They'll be joined with lines so you can see how the hitbox will behave.

![edit window 2](https://cdn.discordapp.com/attachments/593077519247474689/701251355330740294/unknown.png "An example hitbox")

* Place the points in a _counter clockwise_ direction (as shown on the wheel to the top left) until you have a suitable bounding hitbox. Then click the button in the top left to get your outputted code.

* Finally, copy paste the code it gives you onto your overmap object. This should look similar to:

/obj/structure/example
Expand Down

0 comments on commit a7f1a82

Please sign in to comment.