![]() |
Attention | Topic was automatically imported from the old Question2Answer platform. |
![]() |
Asked By | Footurist |
So, the question was already posed and answered, but this approach won’t work for me:
extends Node2D
var FancyTSButton = preload("res://addons/FancyTSButton/FancyTSButton.gd")
func _ready():
var button = FancyTSButton.new()
After running it, nothing at all happens. The only error it reports is !is_inside_tree() is true
while pointing to line 3. Any ideas?