This is a module for Godot Engine that allows you to play pxtone files.
You need to compile Godot from source to use this module.
-
Set your system up for compiling Godot based on their guides.
-
Clone or download source code of this repository into the
modules/
directory of the Godot source code tree.
git clone https://github.com/Xysspon/XyssPxTone-Godot.git modules/pxtone
- Compile Godot as usual.