Made PONG! in Godot

This commit is contained in:
CactiChameleon9
2022-08-20 15:22:38 +01:00
commit 0edf5ed31c
14 changed files with 369 additions and 0 deletions

16
.gitignore vendored Normal file
View File

@ -0,0 +1,16 @@
# ---> Godot
# Godot-specific ignores
.import/
export.cfg
export_presets.cfg
# Imported translations (automatically generated from CSV files)
*.translation
# Mono-specific ignores
.mono/
data_*/
# Builds
.exe
.x86_64