mynameisgump / RaisingEgg

Egg jam Egg jam Egg jam
4 stars 1 forks source link

Fixes issue where project fails to load by removing bb_egg #4

Closed ranguli closed 2 months ago

ranguli commented 2 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:

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.

mynameisgump commented 2 months ago

Prayin