update readme

This commit is contained in:
TenPlus1 2018-04-25 09:43:52 +01:00
parent 471b048a83
commit f7dcaca2fe

View File

@ -10,8 +10,7 @@ Pova gives mod makers a set of easy to use functions that safely apply overrides
pova.add_override = function(name, item, def)
- Adds a named override which can be used to add or subtract from speed, jump and gravity effects.
- custom overrides are also used for specific tasks:
- Adds a named override which can be used to add or subtract from speed, jump and gravity effects. Custom overrides are also used for specific tasks:
- "default" sets default values for speed, jump and gravity.
- "min" provides a minimum level for each of the settings.