Things to note:
*making my first game from Brackeys tutorial on youtube
*debugger has no errors
Problem:
During the “score” section of the tutorial (https://youtu.be/LOhfqjmasi0?t=3958) Brackeys places a label aimed to show the number of coins collected by the player, which increases each time the player collects a coin.
My problem is that the X value of the coins inputted in the label does not increase ingame. It remains “You have X coin” same as I inputted it in the label, as if the program isn’t working.