From 0bf4ba121997ba1553f221dbd2bc2ef179b512c9 Mon Sep 17 00:00:00 2001 From: philipmi Date: Sun, 14 Feb 2021 12:14:02 +0100 Subject: [PATCH] First fork commit --- .idea/.gitignore | 3 +++ .idea/misc.xml | 6 ++++++ .idea/modules.xml | 8 ++++++++ .idea/shooter.iml | 9 +++++++++ .idea/vcs.xml | 6 ++++++ README.md | 2 +- 6 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 .idea/.gitignore create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/shooter.iml create mode 100644 .idea/vcs.xml diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..26d3352 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,3 @@ +# Default ignored files +/shelf/ +/workspace.xml diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..639900d --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..8471c7e --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/shooter.iml b/.idea/shooter.iml new file mode 100644 index 0000000..d6ebd48 --- /dev/null +++ b/.idea/shooter.iml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/README.md b/README.md index 3a3c222..063cb81 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[modpack] Simple Shooter [shooter] +[modpack] Simple Shooter (Fork) [shooter] ==================================== ![screenshot](https://raw.githubusercontent.com/stujones11/shooter/master/screenshot.png)