Skip to content

Instantly share code, notes, and snippets.

@hugodes
hugodes / Preferences.sublime-settings
Last active December 27, 2015 04:39
This is my user preference file for sublime text
// Settings in here override those in "Default/Preferences.sublime-settings", and
// are overridden in turn by file type specific settings.
{
"ignored_packages": []
}
function newCharacter()
local t = {}
local health = 100
function t.getHealth()
return health
end
return t