added draw functions for setScale, rehandled scale, animations now have multiple frame times (this breaks some minor stuff)
This commit is contained in:
@@ -14,7 +14,7 @@ end
|
||||
|
||||
function Canvas:Recreate()
|
||||
self.canvas:release()
|
||||
self = Canvas:New()
|
||||
self = Canvas:New(self.name)
|
||||
end
|
||||
|
||||
function Canvas:Reset()
|
||||
|
||||
Reference in New Issue
Block a user