Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.
glebi574 edited this page Nov 18, 2023 · 5 revisions

Getting started

  1. Copy pplaf folder.
  2. Require pplaf/main.lua and call pplaf.init(pplaf_path), where path is path of PPLAF folder. It will automatically load all modules.
require'/dynamic/pplaf/pplaf.lua'
pplaf.init'/dynamic/pplaf/'

That's all you need. Now you can just work on your level. Check other articles to learn, how to use different PPLAF modules

Clone this wiki locally