Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 668 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 668 Bytes

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!