Updated consumer with text
This commit is contained in:
2026-06-14 22:20:55 -06:00
parent 8bf6b14446
commit 96fa6d3c62
3 changed files with 1 additions and 4 deletions
-1
View File
@@ -53,7 +53,6 @@ class DialougeBox
def draw()
if @show
puts "Drawing tooltip at #{@x}, #{@y}"
@image.draw(@x, @y, 0, @camera_zoom, @camera_zoom)
end
end