summaryrefslogtreecommitdiffstats
path: root/godot
AgeCommit message (Collapse)AuthorFilesLines
2020-07-20Ignore .import, but unignore *.importPelle Nilsson3-0/+102
The *.import files are useful to have the import settings of assets in version control. Otherwise changes to how assets are imported will be lost. However the .import subdirectory can be ignored as everything in it is automatically generated when opening the editor anyway.
2020-07-20rename HexBoard into HexMapJérémy Zurcher1-0/+0
2020-07-10implement possible_moves()Jérémy Zurcher1-0/+0
2020-07-09Initial commitJérémy Zurcher2-0/+0