commit 79322264f1f1534c19d36ef98ed3a52881d69a89 Author: DearFox Date: Tue Apr 18 21:21:44 2023 +0300 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bf83296 --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ +# ---> Godot +# Godot 4+ specific ignores +.godot/ + +# Godot-specific ignores +.import/ +export.cfg +export_presets.cfg + +# Imported translations (automatically generated from CSV files) +*.translation + +# Mono-specific ignores +.mono/ +data_*/ +mono_crash.*.json + diff --git a/README.md b/README.md new file mode 100644 index 0000000..66d5284 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# 2D-minetest + +тестовый проект 2D майнкрафта в годоте \ No newline at end of file