inkgd
inkgd copied to clipboard
Script templates for Godot 4 not usable
Describe the bug The script templates are not usable in Godot 4.
To Reproduce If one wants to create a script, the templates are not shown.
Expected behavior The templates ink_template.gd and ink_template_signals.gd should be offered.
Environment:
- OS: MacOS 14.2.1
- Godot version: 4.2.1. stable
- Inklecate version: 1.1.1
- inkgd version: 0.6.0 branch Godot4
Additional context According to the documentation
- script templates must be in a folder corresponding to the appropirate node type, for instance:
res://script_templates/Control/ink_template.gd - base placeholders must be surrounded with _ not with %, for instance:
_TS_instead of%TS%