Sakuya

by 40_4

5

sakuyaLogo

SAKUYA

Sakuya is a Godot 4 addon, adding simple command line to your game. The plugin is quite simple and easily expandable, allowing user to quickly implement new commands.

Instalation

Download this repository and add the sakuya/ directory into the addons/ directory inside your project. Next enable it inside

Configuration

After enabling the plugin, singleton SakuyaCLI should be added. To add new commands, you need to create a SakuyaCommand resource and extend its script, overwriting the execute function. This addon has help command implemented, so you can use it as a reference.

You can configure SakuyaCLI scene via export variables, overriding its theme, changing display modes, activation key and logging level.

To make your command work, you need to add your respective SakuyaCommand resource to the SakuyaCLI's Loaded Commands variable.

If you have any questions, feel free to open new github Issue!

This projects uses images from BootstrapIcons, licenced under the MIT license.

Version

1.0

Engine

4.1

Category

Tools

Download

Version1.0
Download Now

Support

If you need help or have questions about this plugin, please contact the author.

Contact Author