Skip to content

Commit

Permalink
Animated particlespawners and more (#11545)
Browse files Browse the repository at this point in the history
Co-authored-by: Lars Mueller <appgurulars@gmx.de>
Co-authored-by: sfan5 <sfan5@live.de>
Co-authored-by: Dmitry Kostenko <codeforsmile@gmail.com>
  • Loading branch information
4 people committed Jul 13, 2022
1 parent 8724fe6 commit 20bd6bd
Show file tree
Hide file tree
Showing 17 changed files with 1,992 additions and 285 deletions.
1 change: 1 addition & 0 deletions builtin/game/features.lua
Expand Up @@ -21,6 +21,7 @@ core.features = {
use_texture_alpha_string_modes = true,
degrotate_240_steps = true,
abm_min_max_y = true,
particlespawner_tweenable = true,
dynamic_add_media_table = true,
get_sky_as_table = true,
}
Expand Down
346 changes: 329 additions & 17 deletions doc/lua_api.txt

Large diffs are not rendered by default.

1 comment on commit 20bd6bd

@oong819
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can't wait for next update

Please sign in to comment.