Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add entry in features table for degrotate changes
  • Loading branch information
sfan5 committed Mar 30, 2021
1 parent 6c9be39 commit f345d00
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions builtin/game/features.lua
Expand Up @@ -19,6 +19,7 @@ core.features = {
object_step_has_moveresult = true,
direct_velocity_on_players = true,
use_texture_alpha_string_modes = true,
degrotate_240_steps = true,
}

function core.has_feature(arg)
Expand Down
3 changes: 3 additions & 0 deletions doc/lua_api.txt
Expand Up @@ -4397,6 +4397,9 @@ Utilities
direct_velocity_on_players = true,
-- nodedef's use_texture_alpha accepts new string modes (5.4.0)
use_texture_alpha_string_modes = true,
-- degrotate param2 rotates in units of 1.5° instead of 2°
-- thus changing the range of values from 0-179 to 0-240 (5.5.0)
degrotate_240_steps = true,
}

* `minetest.has_feature(arg)`: returns `boolean, missing_features`
Expand Down

0 comments on commit f345d00

Please sign in to comment.