JerboaBurrow / Hop

Lightweight, cross-platform, 2D game engine | ECS; Lua Console; Physics; Tile based
MIT License
0 stars 1 forks source link

Sprite component #186

Closed Jerboa-app closed 1 month ago

Jerboa-app commented 2 months ago
    o = {

        ["transform"] = {x,y,0.0,s},
        ["colour"] = {r/255,g/255,b/255,1.0},
        ["texture"] = "some/path/to/tex.png",
        ["name"] = "current"
    }