This commit is contained in:
Jill 2023-05-30 20:18:06 +03:00
parent 2998463350
commit 65b0a40006
Signed by: oat
GPG Key ID: 33489AA58A955108
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ class Funfriend::FunfriendContext < Funfriend::WindowContext
end
end
Funfriend.add_context(ChatterContext.new(renderer.catmoding ? "HEWWO INTEWLOPEW" : "HELLO INTERLOPER", {
Funfriend.add_context(ChatterContext.new(renderer.catmoding ? "HEWWO INTEWWOPEW" : "HELLO INTERLOPER", {
x: window.position[:x] + WINDOW_SIZE[:width] // 2,
y: window.position[:y] + WINDOW_SIZE[:height] // 2 - 70
}))