aboutsummaryrefslogtreecommitdiff
path: root/entities/player.lua
blob: 801768124c83fc8b87accea000b2a4f159300fb3 (plain)
1
2
3
4
5
6
7
8
local Class = require("libs.hump.class");

Player = Class{
    init = function(self, x, y)
    end
}

return Player