/XyssPxTone-Godot

pxtone for Godot 4.x

Primary LanguageC++

pxtone for Godot 4.x

This is a module for Godot Engine that allows you to play pxtone files.

Installation

You need to compile Godot from source to use this module.

  1. Set your system up for compiling Godot based on their guides.

  2. 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
  1. Compile Godot as usual.