How I changed UI in the fork - jamad/Pixelorama GitHub Wiki

The summary of the changes done so far

WIP

  • trying to make the tile mode as default ( and want to make dummies a bit darker ) but found grid makes a difference from the core
  • image

now, I want to have the tiling mode as default

  • image

then found the code by find file in files

  • image

then searched by Tiles.MODE.BOTH found above

  • image

then searched by Global.current_project.tiles.mode found above

  • image

then came back to the following and realized it was the place to set default value

  • image
  • image

but I did not see any tiling effect after the change, also tried the following but no change seen after it, too

  • image

ymd20250310 cleaning ruler

  • focused on the dirty ruler, so cleaned it up
  • image
  • image
  • image
  • then also made the figure as integer
  • image
  • image
  • then I liked the change
  • image