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

.gitignore (79B)


      1 .import/
      2 export.cfg
      3 export_presets.cfg
      4 *.translation
      5 .mono/
      6 data_*/
      7 .DS_Store
      8