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