/zoeplat

To get this branch, use:
bzr branch http://9ix.org/bzr/zoeplat

« back to all changes in this revision

Viewing changes to zoetrope/utils/storage.lua

  • Committer: Josh C
  • Date: 2013-03-05 16:54:58 UTC
  • Revision ID: josh@9ix.org-20130305165458-1w0u0ojz1wd7f7hu
use built-in maxVelocity system

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
                local ok, data = pcall(love.filesystem.read, self.filename)
79
79
 
80
80
                if ok then
 
81
                        print(data)
81
82
                        ok, self.data = pcall(loadstring('return ' .. data))
82
83
                        
83
84
                        if not ok then