From 3e1aebde670b2cd784c7e362daf0910322c900c2 Mon Sep 17 00:00:00 2001 From: lethosor Date: Thu, 21 May 2015 19:15:09 -0400 Subject: [PATCH] Display manipulator version --- manipulator/gui/manipulator.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/manipulator/gui/manipulator.lua b/manipulator/gui/manipulator.lua index 44b625a..539d026 100644 --- a/manipulator/gui/manipulator.lua +++ b/manipulator/gui/manipulator.lua @@ -215,6 +215,7 @@ function manipulator:onRenderBody(p) self.bounds.columns[id] = {col_start_x[id], self.list_top_margin + 1, col_start_x[id] + col.width - 1, self.list_top_margin + self.list_height} end + OutputString({fg=COLOR_BLACK, bg=COLOR_DARKGREY}, 2, gps.dimy - 1, "manipulator " .. VERSION) end function manipulator:update_grid_tile(x, y)