This file is for recording any credits related to scripts or icons in the repository for which people's contributions would not otherwise be listed.
-
trail_2d.gd: The script work was started initially by following the YouTube tutorial on creating a Trail using Line2D by @KrystianErber.
-
csv_file.gd: The csv-parsing algorithm was extracted from a Java tutorial by @mkyong.
-
editor_tools.gd: 'is_in_edited_scene' sourced from @Zylann
-
project_tools.gd:
try_set_setting
andset_setting
initially derived from /u/WordOfRabbit's blog.