ok then we will add a little more stuff
ill make stuff
https://ln2.sync.com/dl/7389b84a0/9ckc2fra-wbwz3ih6-wuxp9fwu-6xqmzcmh added some credits in about page
yall just get along, ok? we dont need trolls, its basically spam.
i searched up drop box and instead it gave me sync .com
wait should i make game images for the game
feel free to add anything
I also feel like this game needs more added to it to have it look better
you can edit the file to make it kinda better and ill make the images
Sounds like a good plan
I’ll see what I can do
On frame 190, there’s a “trap”
Is there anything that’s supposed to happen there that I can help with, or is it the end?
its a ending 8 bit minigame like when you beat fnaf some times you get to play 8 bit minigames
The art looks good
Also, something I recommend adding to buttons (update script):
if(this.currentFrameNumber===1){this.scaleX=1;}
if(this.currentFrameNumber===2){this.scaleX=1.3;}
if(this.currentFrameNumber===3){this.scaleX=1.2;}
this.scaleY=this.scaleX;
what update script?
I’m speaking of the update script that looks like this:
Also, what that code does is just change the size of the button to show when it’s hovered over that it’s a button
where is that script
oh ok ill fix that
Here’s how to get the update script:
Just a note, that code only works on buttons.