rgab1508 / PixelCraft

A Pixel Art Editor
https://rgab1508.github.io/PixelCraft
MIT License
1.27k stars 78 forks source link

Gray and blocked layer when creating a grid #38

Closed FromSi closed 2 weeks ago

FromSi commented 3 years ago

Two questions:

  1. Why can't I recreate the grid? (reloading page).
  2. Why is there no grid constraint? I think that at this stage of development of the project and its functionality, the norm will be a 124x124 grid.

I think it would be logical. You can make templates according to the size of the grids and get rid of the constant input of numbers (taking into account the fact that you can leave the previous functionality with a certain restriction).

Peek 2021-01-09 23-48

Screenshot_20210109_235528

theabbie commented 3 years ago

@FromSi You can save progress in this version https://rgab1508.github.io/PixelCraft

Grid constraint is about 128 X 128, it is not added but it works smoothly until that dimension.

FromSi commented 3 years ago

Indeed, the new version already has "new". I do not know if it is useful to leave issue to solve the gray layer problem? I think we should keep it. Thanks

theabbie commented 3 years ago

@FromSi The Gray layer is because the grid dimensions were too big and it didn't get painted white because of too much processing.