Closed ranguli closed 4 months ago
The project now loads again, however you will need to re-import / re-create bb_egg using old commits for reference. Right now the game fails to build:
bb_egg
main.gd:4 @ _ready(): Node not found: "bb_egg" (relative to "/root/Main"). <C++ Error> Method/function failed. Returning: nullptr <C++ Source> scene/main/node.cpp:1651 @ get_node() <Stack Trace> main.gd:4 @ _ready()
Presumably because bb_egg is gone and there's a reference missing.
Re-add bb_egg and any missing references and add them as commits to the PR and it should be good to go.
Prayin
The project now loads again, however you will need to re-import / re-create
bb_egg
using old commits for reference. Right now the game fails to build:Presumably because
bb_egg
is gone and there's a reference missing.Re-add
bb_egg
and any missing references and add them as commits to the PR and it should be good to go.