diff options
author | Jordan Snelling <jordach.snelling@gmail.com> | 2020-03-08 15:13:36 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-08 16:13:36 +0100 |
commit | b9a0626d8893324aa6be41607efbc131d23eee2d (patch) | |
tree | cd532ba9afe8a460676738f70fd3ac692f6d5f95 /doc/lua_api.txt | |
parent | 23c907befea02005e2c0c87fca0131b60aace18a (diff) | |
download | minetest-b9a0626d8893324aa6be41607efbc131d23eee2d.tar.gz minetest-b9a0626d8893324aa6be41607efbc131d23eee2d.tar.bz2 minetest-b9a0626d8893324aa6be41607efbc131d23eee2d.zip |
Fix star visilibity and documentation (since 946c03c6)
Fix memory leak (unused allocation)
Fix star rendering
Rename sky color struct
Fix stars on android
Remove extraneous .data() from android star draw
Diffstat (limited to 'doc/lua_api.txt')
-rw-r--r-- | doc/lua_api.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lua_api.txt b/doc/lua_api.txt index a603a5a37..5a3e37292 100644 --- a/doc/lua_api.txt +++ b/doc/lua_api.txt @@ -6044,7 +6044,7 @@ object you are working with still exists. * `star_color`: ColorSpec, sets the colors of the stars, alpha channel is used to set overall star brightness. (default: `#ebebff69`) - * `size`: Float controlling the overall size of the stars (default: `1`) + * `scale`: Float controlling the overall size of the stars (default: `1`) * `get_stars()`: returns a table with the current stars parameters as in `set_stars`. * `set_clouds(parameters)`: set cloud parameters |