Upgrade project to libgdx 1.12.1

This commit is contained in:
2024-07-23 16:33:12 +02:00
parent 2271bc35d6
commit 4241327bbd
122 changed files with 1131 additions and 120144 deletions

View File

@@ -1,9 +1,18 @@
# EditorConfig is awesome: http://EditorConfig.org
# https://editorconfig.org
root = true
[*.{java}]
[*]
indent_style = space
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = tab
[*.{java,scala,groovy,kt,kts}]
indent_size = 4
[*.gradle]
indent_size = 2
[*.md]
trim_trailing_whitespace = false