A pixel art painter geared specifically at NES pixel art. Includes export for .chr binary file as well as palette and namespace data.
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

28 lines
438B

  1. div.NES-palette{
  2. font-size:0.55em;
  3. }
  4. .NES-palette button{
  5. width:2rem;
  6. }
  7. .palette-unit-t, .palette-unit-full{
  8. &.palette-selected{
  9. box-shadow: inset 0px 3px $color-highlight;
  10. }
  11. }
  12. .palette-unit-s, .palette-unit-full{
  13. &.palette-selected{
  14. box-shadow: inset 0px -3px $color-highlight;
  15. }
  16. }
  17. .palette-unit-full{
  18. &.palette-selected{
  19. box-shadow: inset 3px 3px $color-highlight, inset 0px -3px $color-highlight;
  20. }
  21. }