deangelisdf/visual_novel_pyarcade

Dialog message should be parametrizable

开放

#28 创建于 2023年9月26日

 (0 条评论) (0 个反应) (1 位负责人)Python (1 个派生)auto 404
enhancementgood first issue

仓库指标

星标
 (2 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南