deangelisdf/visual_novel_pyarcade

Dialog message should be parametrizable

Offen

#28 geöffnet am 26.09.2023

 (0 Kommentare) (0 Reaktionen) (1 zugewiesene Person)Python (1 Fork)auto 404
enhancementgood first issue

Repository-Metriken

Stars
 (2 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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.

Contributor Guide