Changed project organization somewhat: instead of having an autoload directory, autoloads will be sorted into directories based on what they do. Wait is basically a utility class, so it goes in util.

This commit is contained in:
blujai831 2024-02-13 10:25:13 -08:00
parent 4e151ec943
commit 30dcb94548
No known key found for this signature in database
GPG Key ID: DDC31A0363AA5E66
2 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ buses/default_bus_layout="res://audio/default_bus_layout.tres"
[autoload] [autoload]
Wait="*res://autoload/Wait/Wait.gd" Wait="*res://util/Wait.gd"
[gui] [gui]