GodotModding / GodotModding/godot-mod-tool
Edit Templates with data, after mod directory is created
Open
enhancement
- Dominant language
- GDScript
- Stars
- 69
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
Create an easy way to make templates variable.
For *mod_main.gd*:
```gdscript
const MOD_DIR := "AuthorName-ModName"
const MODNAME_LOG_NAME := "AuthorName-ModName
```
```gdscript
const {%MOD_NAME%}_MOD_DIR := "{%NAMESPACE%}-{%NAME%}"
const {%MOD_NAME%}_LOG_NAME := "{%NAMESPACE%}-{%NAME%}"
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.