Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 17 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# `polygun`

Easily create polyzones around objects and save for configuring
Easily create polyzones around objects and save for configuring

![image](https://github.com/BryceRussell/polygun/assets/19967622/26c96993-aba7-4089-8cde-1d1956919651)

Expand All @@ -19,9 +19,23 @@ Easily create polyzones around objects and save for configuring
2) Equip a gun and aim it at an object to select it

3) (**Optional**) Tweak size
- **Scroll**: Scale XYZ
- **Scroll**: Scale XYZ
- **Up/Down Arrows**: Scale X
- **Right/Left Arrows**: Scale Y
- **Page Up/Down**: Scale Z

4) Press `E` (or use `/polygunsave`) to save it to the `zones.txt` file inside the resource
# Controls

4) `X` to save it to the `zones.txt` file inside the resource

5) `N` copy Vector2

6) `E` copy Vector3

7) `Q` Copy vectory4

8) `F` copy only coordinates (x, y, z) format

9) `R` copy cords in json format

10) `G` Add zone at laser/line pointed location
Loading