mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2024-11-24 02:44:17 +00:00
commit
5f61c19901
4 changed files with 23 additions and 1 deletions
5
.gitignore
vendored
Normal file
5
.gitignore
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
**/*.elf
|
||||
*.elf
|
||||
**/*.o
|
||||
**/*.d
|
||||
build/
|
2
Makefile
2
Makefile
|
@ -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
17
README.md
Normal 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.
Loading…
Reference in a new issue