Skip to content

Commit

Permalink
更新:pure water blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
park671 committed Jun 10, 2023
1 parent 4e7c1b1 commit 4046f84
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/src/main/cpp/maps/active_tile_bmp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ unsigned short water_block_id[WATER_BLOCK_COUNT] = {
1764,1792,1823,1829,1834,1837,1839,1864,1881,
};

unsigned short pure_water_block_id[32] = {
13,15,31,35,39,47,85,112,154,218,
344,398,545,547,677,679,683,1040,1497,1545,
1556,1572,1761,1764,1792,1823,1829,1834,1837,1839,
1864,1881,
};

/**
* @param direct 复用一下方向键的方向吧
* @param screenBuffer
Expand Down

0 comments on commit 4046f84

Please sign in to comment.