SpriteCore/README.md

20 lines
1.2 KiB
Markdown
Raw Permalink Normal View History

2016-12-04 14:38:10 -05:00
# 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.
2016-12-04 14:43:20 -05:00
# Installation
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
2016-12-04 14:43:20 -05:00
# Usage
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)
2016-12-04 14:43:20 -05:00
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.