Tweak the width/height proportion of cells
This commit is contained in:
parent
e4a7550abc
commit
89902ccc03
1 changed files with 1 additions and 1 deletions
|
@ -389,7 +389,7 @@ let grid;
|
|||
|
||||
new p5(p => {
|
||||
const CELL_WIDTH = 20;
|
||||
const CELL_HEIGHT = Math.floor(CELL_WIDTH * 1.333);
|
||||
const CELL_HEIGHT = Math.floor(CELL_WIDTH * 1.3);
|
||||
|
||||
p.setup = () => {
|
||||
const container = document.querySelector('#dungeon-background');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue