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 合併指標
 (30 天內沒有已合併 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.

貢獻者指南