Skip to content

Add custom draw/update function to avoid overwriting default behavior #3

Description

@wwwDayDream

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions