-
I'm trying to add a background with an effect, so I made a scene for the effect. The scene loads, but there is no background. Here is a video that shows this: Here is an image of the timeline: It seems that I need to extend DialogicBackground in some way, but how? |
Beta Was this translation helpful? Give feedback.
Answered by
CakeVR
Jul 20, 2024
Replies: 1 comment 1 reply
-
Hello, yes, you need to extend the You can learn more about this concept over here: https://docs.godotengine.org/en/stable/tutorials/scripting/gdscript/gdscript_basics.html#inheritance |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Pikku-a
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, yes, you need to extend the
DialogicBackground
class and have that as the root of your new scene.You can learn more about this concept over here: https://docs.godotengine.org/en/stable/tutorials/scripting/gdscript/gdscript_basics.html#inheritance