1
0
Fork 0
mirror of https://github.com/jugeeya/UltimateTrainingModpack.git synced 2024-11-24 02:44:17 +00:00

Merge pull request #1 from jam1garner/master

Cleanup
This commit is contained in:
jugeeya 2019-03-26 15:27:52 -07:00 committed by GitHub
commit 5f61c19901
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 23 additions and 1 deletions

5
.gitignore vendored Normal file
View file

@ -0,0 +1,5 @@
**/*.elf
*.elf
**/*.o
**/*.d
build/

View file

@ -29,7 +29,7 @@ include $(DEVKITPRO)/libnx/switch_rules
# - icon.jpg
# - <libnx folder>/default_icon.jpg
#---------------------------------------------------------------------------------
TARGET := saltysd_plugin_example
TARGET := hitbox_visualizer
BUILD := build
SOURCES := source source/lua
DATA := data

17
README.md Normal file
View file

@ -0,0 +1,17 @@
# Ultimate Hitbox Visualization Plugin
A [SaltyNX](https://github.com/shinyquagsire23/SaltyNX) plugin for hitbox visualization.
## Dependencies
Requires [DEVKITPRO](https://devkitpro.org/wiki/Getting_Started) in path.
## Build from Source
```
git clone https://github.com/jugeeya/UltimateHitboxVisualization.git
cd UltimateHitboxVisualization/
make
```

Binary file not shown.