From daa61a51eb97f868a56a52fc61b560832dde353b Mon Sep 17 00:00:00 2001 From: Raymond Hogenson Date: Sat, 18 Aug 2018 00:25:29 -0400 Subject: Write a working bullet hell I just fucked up the enemy movement, but hopefully I won't ever need that old code. The new one is going to look really cool and sweet. Anything with just modifying acceleration must look very cool and smooth. --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..232e7c8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ + +/target/ +**/*.rs.bk +result +default.nix +Cargo.lock -- cgit v1.3.1