Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 588 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 588 Bytes

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.