Initial commit: Godot idle game project setup with basic player movement

This commit is contained in:
MegaProxy 2025-08-06 21:52:35 +00:00
commit ef38f19f04
7 changed files with 130 additions and 0 deletions

22
.gitignore vendored Normal file
View file

@ -0,0 +1,22 @@
# Godot 4+ specific ignores
.godot/
*.tmp
# Assets folder (temporarily ignored)
assets/
# Imported translations (automatically generated from CSV files)
*.translation
# Mono-specific ignores
.mono/
data_*/
mono_crash.*.json
# System/IDE-specific ignores
.DS_Store
.idea/
.vscode/
*.swp
*.swo
*~