import{_ as e,c as s,o as a,d as t}from"./app.f001dff6.js";const b=JSON.parse('{"title":"Clickables","description":"","frontmatter":{},"headers":[],"relativePath":"public/lit/docs/clickables.md","lastUpdated":null}'),l={name:"public/lit/docs/clickables.md"},n=t(`

Clickables

Clickables are any kind of thing that you can click for an effect. They're a more generalized version of Buyables.

DO NOT USE THESE TO MAKE THINGS THAT YOU CLICK REPEATEDLY FOR A BONUS BECAUSE THOSE ARE AWFUL.

There are several differences between the two. One is that a buyable's saved data is its amount as a Decimal, while Clickables store a "state" which can be a number or string, but not Decimal, array, or object). Buyables have a number of extra features which you can see on their page. Clickables also have a smaller default size.

Useful functions for dealing with achievements and implementing their effects:

Clickables should be formatted like this:

js
clickables: {
    rows: # of rows,
    cols: # of columns,
    11: {
        display() {return "Blah"},
        etc
    }
    etc
}

Features:

You can also use these features on the clickables object to add a button above all the clickables, for implementing a respec button or similar.

`,12),o=[n];function i(c,p,r,u,h,y){return a(),s("div",null,o)}const f=e(l,[["render",i]]);export{b as __pageData,f as default};