From 9efec0230fff03e97047cacc89e28eb2d096cab4 Mon Sep 17 00:00:00 2001 From: Lucas Fryzek Date: Thu, 26 Sep 2024 18:50:00 +0100 Subject: enemy: Add alien model with basic animations --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index f34a2c1..edfed35 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,6 @@ export_presets.cfg .mono/ data_*/ mono_crash.*.json + +# Blender ignores +*.blend1 -- cgit