basic-move-and-dodge-game

[LEARNING] basic godot game based off the tutorial by borncg on youtube
git clone git://git.figbert.com/basic-move-and-dodge-game.git
Log | Files | Refs | README

commit 59d62d6e48b5e8c21e9f9949e698b1c01f024125
parent e8219e235f6c05a9e8ef56be2c346c7042b8b69a
Author: FIGBERT <figbert@figbert.com>
Date:   Sat, 28 Nov 2020 22:21:41 -0800

Add .DS_Store to .gitignore

Diffstat:
M.gitignore | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -4,4 +4,5 @@ export_presets.cfg *.translation .mono/ data_*/ +.DS_Store