added license and improved installation

This commit is contained in:
NickMBR 2016-12-04 17:55:27 -02:00
parent 9015c2b551
commit ea3c922827

View File

@ -1,9 +1,20 @@
# Description
> This is a core extension for - [wiremod's](https://github.com/wiremod/wire) expression2. You can now create and manipulate multiple sprites at the same time using simple functions.
This is a core extension for [wiremod's](https://github.com/wiremod/wire) expression2. You can now create and manipulate multiple sprites at the same time using simple functions.
# Installation
Drop the lua folder into your "common/GarrysMod/garrysmod" folder.
Download the .zip and drop the lua folder into your "common/GarrysMod/garrysmod" folder or simple clone it to your addons folder:
cd "%programfiles(x86)%/Steam/SteamApps/common/GarrysMod/garrysmod/addons"
git clone https://github.com/NickMBR/SpriteCore.git spritecore
# Usage
Follow this documentation provided at Steam Workshop: - [SpriteCore Documentation](http://steamcommunity.com/workshop/filedetails/discussion/811333794/154642447926114946/)
Follow this documentation provided at Steam Workshop: [SpriteCore Documentation](http://steamcommunity.com/workshop/filedetails/discussion/811333794/154642447926114946/)
# License
Copyright 2016 NickMBR
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
[http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.