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/Habegger_loader_game.iml b/.idea/Habegger_loader_game.iml new file mode 100644 index 0000000..f571432 --- /dev/null +++ b/.idea/Habegger_loader_game.iml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 0000000..105ce2d --- /dev/null +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..060d2c5 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..41cbe2d --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ 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/sounds/fail.ogg b/sounds/fail.ogg new file mode 100644 index 0000000..f5fc68c Binary files /dev/null and b/sounds/fail.ogg differ diff --git a/sounds/place.ogg b/sounds/place.ogg new file mode 100644 index 0000000..3a35499 Binary files /dev/null and b/sounds/place.ogg differ diff --git a/sounds/roll.ogg b/sounds/roll.ogg new file mode 100644 index 0000000..dcef05c Binary files /dev/null and b/sounds/roll.ogg differ diff --git a/sounds/tut1.ogg b/sounds/tut1.ogg new file mode 100644 index 0000000..c3dc9b1 Binary files /dev/null and b/sounds/tut1.ogg differ diff --git a/sounds/tut2.ogg b/sounds/tut2.ogg new file mode 100644 index 0000000..6b300af Binary files /dev/null and b/sounds/tut2.ogg differ diff --git a/sounds/tuuut.ogg b/sounds/tuuut.ogg new file mode 100644 index 0000000..3bdbcdd Binary files /dev/null and b/sounds/tuuut.ogg differ diff --git a/sounds/zip.ogg b/sounds/zip.ogg new file mode 100644 index 0000000..aa5237d Binary files /dev/null and b/sounds/zip.ogg differ