Uare icon indicating copy to clipboard operation
Uare copied to clipboard

Add custom draw/update function to avoid overwriting default behavior

Open wwwDayDream opened this issue 8 years ago • 0 comments

uare.lua

  • Line: 172 if self.customUpdate then self.customUpdate(self, dt, mx, my, e) end
  • Line: 230 if self.customDraw then self.customDraw(self) end

Optional alternative to customDraw

  • Line: 230 if self.overlay then self.overlay(self) end

wwwDayDream avatar Nov 02 '16 00:11 wwwDayDream