A solo dev building a roguelike on a free pixel-art tile pack from itch.io asked r/roguelikedev a question that is not really about art: if the same tileset shows up in other games — including low-effort or AI shovelware — does that cheapen his game’s identity? The pack is CC0, he likes it, he plans to pay the artist anyway, and he has seen nobody else using it. Nineteen comments later the thread had settled the licence question cleanly and reframed the identity one.

The licence is the part with a definitive answer:

  • “Free” is not a licence. Copyright stays with the artist unless something explicit says otherwise, and commercial use needs a clear, royalty-free, non-revocable grant — some free tiers trigger a payment clause above a revenue threshold
  • CC0 removes the legal problem: if the terms are CC0 and you are happy with the resolution and tile size, keep building
  • If the terms are vague, ask the artist directly — some are relaxed about reuse, others have strong feelings about where their work appears, and that is cheaper to learn before launch than after

What is expensive to change later is not the art:

  • Tile size, resolution and perspective are the decisions you would have to rebuild; lock those down now and swapping the pack later becomes a reskin
  • Use placeholder art and defer the buy-a-custom-set decision until you are near release, spending the saved time and budget on the gameplay loop instead

If you keep the pack, the thread’s differentiation levers are modest but real:

  • Repaint the source — one dev ran the same shared pack through dithering and a palette shift so it read as their own game
  • Precedent exists: Buriedbones was built entirely on open art by Toriotto and still monetised significantly, and several released games quietly share the popular packs
  • Tiles carry a lot of a roguelike’s look, so the work is not finding a unique pack — it is everything you build around it: UI, palette, animation, effects

The etiquette the thread converged on is worth copying:

  • Credit the artist at a light level
  • Commission work in their style once you can afford it, letting them redistribute that commissioned work as they wish
  • Treat “free to use commercially” as a floor, not permission to take without giving back

The bluntest reply inverted the risk: worrying that your tile pack will be recognised is like worrying your novel will be plagiarised if it becomes a best-seller. The odds strangers spot your shared assets are far lower than the odds nobody notices at all — and the thing that actually kills small projects is not shipping.

So the cheapening is real to the developer and mostly invisible to players, and where it does bite is the layer above the tiles, which is where the identity work lives anyway. Fix the licence, lock the tile size, spend the differentiation budget where players will see it.