Redid some steps…
Soooo… I had no idea what the problem was and i had to just go back on the tutorial and remake the player scene,themed_timer scene and the minigame_1 scene .
Good news:
The cat (player) doesn’t fall down the screen. Turns out I had accidentally put the player under the Parallax 2D(Scrolling Background) and as a result, as the Background “scrolled” the player fell down (It is really obvious in my previous screen-shot ).
Bad news:
There is an error, about the themed_timer and the minigame doesn’t run at all :( ,I really can’t understand what i have done wrong, guess I will have to go check it out again!
Have a great night everybody!
your friendly co-programmer,
M
Comments 5
hey! whats the error for the themed timer?
also project is looking really cool wow
@supercoolcodinggirl
07:554 themed_timer.gd:2 @ @implicit_ready(): Node not found: “timer” (relative to “/root/minigame_1”).
07:575 _process: Invalid assignment of property or key ‘text’ with value of type ‘String’ on a base object of type ‘null instance’.
Heyyy! Thank u so much :)
So here is the errorNo1 :
E 0
<C++ Error> Method/function failed. Returning: nullptr
<C++ Source> scene/main/node.cpp:1963 @ get_node()
themed_timer.gd:2 @ @implicit_ready()
and the errorNo2:
E 0
themed_timer.gd:12 @ _process()
themed_timer.gd:12 @ _process()
make sure you’re linking it to the right node. is it called exactly “timer”?
maybe its called “Timer”?
it could also be that the scene isn’t called “minigame_1.” maybe its mispelled or is missing a character.
@supercoolcodinggirl
Yep I am looking for it right now
Sign in to join the conversation.