/srb2-lua-lib

A library of lua scripts for use with Sonic Robo Blast 2

Primary LanguageLua

Lua Resource Library (for SRB2 2.2.x)

A repository of Lua snippets and scripts for SRB2 modders to use in their projects.

To Contribute:

For contribution, please use comments in your script where you can (help people know what they are working with!), and use the following header template at the start of your file:

--[[
* scriptname.lua
* (Author: x) (Additional Users)
* (June 1, 2020 00:00)
* Desc: A description for what my Lua script does
* with references included if needed
*
* Notes: Example usage - P_TeleportMove(player, x, y, z)
* with a url to the wiki if needed
]]

Remember to also include proper attribution where needed!