跳转至

语言气泡

像漫画一样的气泡对话框

https://www.renpy.org/dev-doc/html/bubble.html

shift+B 可在游戏内调整气泡的位置大小和尾标方向


  1. 设置角色类型 kind=bubble
define e = Character(None, image="eileen", kind=bubble) # Eileen
define l = Character(None, image="lucy", kind=bubble)   # Lucy
  1. 游戏内调整位置
  2. 自定义UI