Skip to content

Commit

Permalink
Add missing entries to wallmounted_rotations
Browse files Browse the repository at this point in the history
  • Loading branch information
coil0 committed Dec 24, 2019
1 parent 3c00099 commit 39d26bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions display_api/display.lua
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ local wallmounted_rotations = {
[0]={x=1, y=0, z=0}, [1]={x=3, y=0, z=0},
[2]={x=0, y=3, z=0}, [3]={x=0, y=1, z=0},
[4]={x=0, y=0, z=0}, [5]={x=0, y=2, z=0},
[6]={x=1, y=0, z=0}, [7]={x=1, y=1, z=1},
}

local facedir_rotations = {
Expand Down

0 comments on commit 39d26bc

Please sign in to comment.