setup basic godot-cpp example project

This commit is contained in:
2023-03-11 14:23:29 +01:00
parent 9f4b0429e1
commit 9ba29f9077
18 changed files with 981 additions and 0 deletions

14
.gitignore vendored Normal file
View File

@@ -0,0 +1,14 @@
# Objects.
.scons-cache/
*.os
# SConstruct
.sconf_temp
.sconsign.dblite
*.pyc
# MacOS
.DS_Store
# Editors
.vscode/