Skip to content

little libraries that i've written for myself in my time with picotron!

License

Notifications You must be signed in to change notification settings

bugbard-cryptid/Picotron-Lua-Libraries

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Picotron-Lua-Libraries

little libraries that i've written for myself in my time with picotron! feel free to use these as you please - credit is not required at all, but will make me smile a little

all of these are subject to change, and are made for my own personal use first and foremost!! i am only sharing these just in case someone else will find them useful, too... thank you for understanding

menu.lua

allows you to create simple menus with menu.new{}. supports functionalities like:

  • run a function when an option is selected
  • enter a submenu when an option is selected
  • prevent an option from being selected at all; behaving as a label of sorts

dialogue.lua

a simple dialogue system. supports various parameters for each line:

  • the text itself
  • text speed
  • text sound
  • if the line can be skipped
  • if the line proceeds automatically at the end
  • a string to prepend/append to the entire line, such as control codes, or decorative text brackets

you can also place a function in the dialogue script, and it will run when that line is reached!

About

little libraries that i've written for myself in my time with picotron!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages