Skip to content

Commit

Permalink
now start rotation by mouse
Browse files Browse the repository at this point in the history
  • Loading branch information
APercy committed Oct 5, 2021
1 parent 68383b5 commit 91445b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion heli_entities.lua
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ minetest.register_entity("helicopter:heli", {
hp_max = 50,
color = "#0063b0",
_passenger = nil,
_by_mouse = helicopter.turn_player_look,
_by_mouse = true, --helicopter.turn_player_look,

get_staticdata = function(self) -- unloaded/unloads ... is now saved
return minetest.serialize({
Expand Down
2 changes: 1 addition & 1 deletion settingtypes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
mount_punch_inv (Place in inventory) bool false

# Use facing direction to turn instead of a/d keys by default.
mount_turn_player_look (Turn with look direction) bool false
mount_turn_player_look (Turn with look direction) bool true

0 comments on commit 91445b7

Please sign in to comment.