refactor: remove modules system and fix indentation

Setting a "standard" module and resource structure is too limiting, so stick to import only.
This commit is contained in:
Linden
2021-11-11 07:52:38 +11:00
parent f72665b197
commit ab4807fee0
6 changed files with 72 additions and 119 deletions

View File

@@ -21,10 +21,10 @@ lua54 'yes'
game 'gta5'
--[[ Resource Information ]]--
name 'library'
name 'lua library'
author 'Linden'
version '1.0.0'
repository 'https://github.com/project-error/pe-lib'
repository 'https://github.com/project-error/pe-lualib'
description 'A library of shared functions to utilise in other resources.'
--[[ Manifest ]]--