#gdscript issue
38 messages · Page 1 of 1 (latest)
inside Settings there is no music_db variable/parameters/function or whatever it supposed to be
no there is
where do you make this settings global?
is settings.gd autoloaded ?
yes
try to give a class_name
it returns cannot find member
I think your autoloaded is not really loaded
guys i found when i print typeof settings in the start_menu it returns to 24(Object) but when i used in the ui it reurns to 25(callable)
..
why do you need an export in your settings?
i didn't understand?
why did you put export?
i dont know i thought i was the problem
take out that export first thing first
done and?
you can't still call it, did you try to reload the project?
ok, where do you have this setting_game now?
I don't see any settings_game in your ispector
but the script name is Settings right?
yep
ok, call your class Settings then
ok, let me try to simulate your error ok
ok
i dont know why
i found when i print typeof settings in the start_menu it returns to 24(Object) but when i used in the ui it reurns to 25(callable)
.
no idea
i think bcs i do it in the setting_btn_pressed() function?