deangelisdf/visual_novel_pyarcade
Dialog message should be parametrizable
Aberta
#28 aberto em 26 de set. de 2023
enhancementgood first issue
Métricas do repositório
- Stars
- (2 estrelas)
- Métricas de merge de PR
- (Nenhuma PRs mesclada em 30d)
Description
The idea is to use jinja format or python string format (similar f-strings). The goal is to generalize the dialog msg. The name-variable used in dialog msg shall refer to internal dictionary (must be create). The internal dictionary have the followed format: key as string (name of variable), value as Any types.