mirror of
https://github.com/BlackMATov/evolved.lua.git
synced 2025-12-16 14:11:16 +07:00
update library titles
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# evolved.lua (work in progress)
|
# evolved.lua (work in progress)
|
||||||
|
|
||||||
> Evolved Entity-Component-System for Lua
|
> Evolved ECS (Entity-Component-System) for Lua
|
||||||
|
|
||||||
[![language][badge.language]][language]
|
[![language][badge.language]][language]
|
||||||
[![license][badge.license]][license]
|
[![license][badge.license]][license]
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
local evolved = {
|
local evolved = {
|
||||||
__HOMEPAGE = 'https://github.com/BlackMATov/evolved.lua',
|
__HOMEPAGE = 'https://github.com/BlackMATov/evolved.lua',
|
||||||
__DESCRIPTION = 'Evolved Entity-Component-System for Lua',
|
__DESCRIPTION = 'Evolved ECS (Entity-Component-System) for Lua',
|
||||||
__VERSION = '0.0.1',
|
__VERSION = '0.0.1',
|
||||||
__LICENSE = [[
|
__LICENSE = [[
|
||||||
MIT License
|
MIT License
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ source = {
|
|||||||
}
|
}
|
||||||
description = {
|
description = {
|
||||||
homepage = "https://github.com/BlackMATov/evolved.lua",
|
homepage = "https://github.com/BlackMATov/evolved.lua",
|
||||||
summary = "Evolved Entity-Component-System for Lua",
|
summary = "Evolved ECS (Entity-Component-System) for Lua",
|
||||||
license = "MIT",
|
license = "MIT",
|
||||||
labels = {
|
labels = {
|
||||||
"ecs",
|
"ecs",
|
||||||
|
|||||||
Reference in New Issue
Block a user