23 he/him
public void toggle() {
inCutscene = !inCutscene;
}
but having code expanded out like that makes it a lot easier to understand at a glance and lets you easily add more to it later on if need be.
funnily enough i have a lua script for a mod doing similar stuff
public void toggle() {
inCutscene = !inCutscene;
}
but having code expanded out like that makes it a lot easier to understand at a glance and lets you easily add more to it later on if need be.
funnily enough i have a lua script for a mod doing similar stuff
been trying to use it more lately to get used to it, admittedly havent used it for more than just basic stuff but the most annoying thing so far is i can't change the layer buttons to look like the legacy ones. i love my colorful icons
been trying to use it more lately to get used to it, admittedly havent used it for more than just basic stuff but the most annoying thing so far is i can't change the layer buttons to look like the legacy ones. i love my colorful icons