Log In  


Cart #bugs-0 | 2023-04-23 | Code ▽ | Embed ▽ | No License



it wont print the controls and it does not exit when you press X

yes, this is the same game from last time


You're missing a FLIP() in the if block for the CONTROLLS menu:

	if(menu=="controlls")then
		print("❎,🅾️,or ⬆️, ⬅️ and ➡️ to move",1,62,7)
		if(btnp(5))then
			menu="menu"
		end
                -- this flip is missing
		flip()
	end

@2bitchuck

one flip, how did i see it for the skins menu, but not the controls?
thank you for the suggestion



[Please log in to post a comment]