convert to Godot 3.5

This commit is contained in:
2023-03-10 00:26:57 +04:00
parent bf3a9a35ce
commit 66b25bae97
36 changed files with 733 additions and 1468 deletions

21
.gitignore vendored
View File

@ -1,2 +1,19 @@
.godot/
exports/
# .gitignore generated by Hourglass
# For more information on what files should be excluded from version control,
# see <https://docs.godotengine.org/en/stable/getting_started/workflow/project_setup/version_control_systems.html#files-to-exclude-from-vcs>
.import/
export.cfg
# Excluded because it may contain sensitive information like keystore passwords
export_presets.cfg
# Exclude imported translations
*.translation
# Mono-specific
.mono/
data_*/
# Don't include those pesky .DS_Store files on macOS
.DS_Store