Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Nintendo 3DS port unused stuff

Marcin Kralka edited this page Oct 7, 2023 · 3 revisions

This is a list of unused stuff on the Nintendo 3DS port branch.

Unused functions

  • editor.view.moveByTile()
  • editor.view.moveTo()
  • editor.view.moveToHorizontalEnd()
  • editor.view.moveToHorizontalStart()
  • editor.view.moveToVerticalEnd()
  • editor.view.moveToVerticalStart()
  • graphics.scaleDown()
  • graphics.scaleUp()

Functions that are not available in LÖVE Potion, but are used in the main version.

  • love.window.showMessageBox() - NOTE: This should be replaced with in-game dialog system.