When I start my project up it just crashes. Can anyone help?
Label text isn’t a function and you need to set the format type on your format string.
$"UI/Cps button/Label ".text = "%d" % Mews
$UI/Mews.text = "Mews: %d" % Mews
This fixes one error but it says theres something wrong with the change scene function in line 18.
should be change_scene_to_file
. make sure to paste the errors it is giving you, it’s much harder to help without the actual error
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.