Files
realworld/inc/widget.speech_bubble.go
T
2026-08-30 22:27:51 +02:00

16 lines
244 B
Go

package inc
import (
inkwell "git.teletypegames.org/engines/inkwell"
)
func init() {
WidgetManager.Register(&inkwell.SpeechBubble{
Name: "speech",
MaxWidth: 360,
Padding: Pad,
OffsetY: 8,
FallbackY: TopBarH + Pad,
})
}