#Cheat indicator which is displayed only on rated levels and only when cheats are enabled
11 messages · Page 1 of 1 (latest)
{ levelStars > 1 && isCheating ?? '.' }
``` imo
i can cheat on auto levels 😈
I mean
If you set it to 1, it won't be displayed on auto levels, it's better this way
{ levelStars > 0 && isCheating ?? '.' }
thats the reason he wants it to be one
it wont really make sense to show on auto lvls
cuz they auto anyways
fair
unless its like the first auto level and actually has gameplay
how do i paste it in
ctrl+alt+v