diff --git a/.gitattributes b/.gitattributes index 6e487824c..dde9b4eb8 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,3 @@ *.psd filter=lfs diff=lfs merge=lfs -text *.ogg filter=lfs diff=lfs merge=lfs -text +*.tga filter=lfs diff=lfs merge=lfs -text diff --git a/assets/.gitattributes b/assets/.gitattributes deleted file mode 100644 index ca82ef549..000000000 --- a/assets/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -*.{psd,tga,ogg} filter=lfs diff=lfs merge=lfs -text \ No newline at end of file diff --git a/assets/graphics/.gitattributes b/assets/graphics/.gitattributes deleted file mode 100644 index ca82ef549..000000000 --- a/assets/graphics/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -*.{psd,tga,ogg} filter=lfs diff=lfs merge=lfs -text \ No newline at end of file diff --git a/assets/graphics/colourmap/.gitattributes b/assets/graphics/colourmap/.gitattributes deleted file mode 100644 index ca82ef549..000000000 --- a/assets/graphics/colourmap/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -*.{psd,tga,ogg} filter=lfs diff=lfs merge=lfs -text \ No newline at end of file diff --git a/assets/graphics/fonts/.gitattributes b/assets/graphics/fonts/.gitattributes deleted file mode 100644 index ca82ef549..000000000 --- a/assets/graphics/fonts/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -*.{psd,tga,ogg} filter=lfs diff=lfs merge=lfs -text \ No newline at end of file diff --git a/assets/graphics/gui/.gitattributes b/assets/graphics/gui/.gitattributes deleted file mode 100644 index ca82ef549..000000000 --- a/assets/graphics/gui/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -*.{psd,tga,ogg} filter=lfs diff=lfs merge=lfs -text \ No newline at end of file diff --git a/assets/graphics/gui/quickbar/.gitattributes b/assets/graphics/gui/quickbar/.gitattributes deleted file mode 100644 index ca82ef549..000000000 --- a/assets/graphics/gui/quickbar/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -*.{psd,tga,ogg} filter=lfs diff=lfs merge=lfs -text \ No newline at end of file diff --git a/assets/graphics/items/.gitattributes b/assets/graphics/items/.gitattributes deleted file mode 100644 index ca82ef549..000000000 --- a/assets/graphics/items/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -*.{psd,tga,ogg} filter=lfs diff=lfs merge=lfs -text \ No newline at end of file diff --git a/assets/graphics/sprites/.gitattributes b/assets/graphics/sprites/.gitattributes deleted file mode 100644 index ca82ef549..000000000 --- a/assets/graphics/sprites/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -*.{psd,tga,ogg} filter=lfs diff=lfs merge=lfs -text \ No newline at end of file diff --git a/assets/graphics/sprites/fixtures/.gitattributes b/assets/graphics/sprites/fixtures/.gitattributes deleted file mode 100644 index ca82ef549..000000000 --- a/assets/graphics/sprites/fixtures/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -*.{psd,tga,ogg} filter=lfs diff=lfs merge=lfs -text \ No newline at end of file diff --git a/assets/graphics/terrain/.gitattributes b/assets/graphics/terrain/.gitattributes deleted file mode 100644 index ca82ef549..000000000 --- a/assets/graphics/terrain/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -*.{psd,tga,ogg} filter=lfs diff=lfs merge=lfs -text \ No newline at end of file diff --git a/assets/graphics/weathers/.gitattributes b/assets/graphics/weathers/.gitattributes deleted file mode 100644 index ca82ef549..000000000 --- a/assets/graphics/weathers/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -*.{psd,tga,ogg} filter=lfs diff=lfs merge=lfs -text \ No newline at end of file diff --git a/lib/slick-source/org/newdawn/slick/data/.gitattributes b/lib/slick-source/org/newdawn/slick/data/.gitattributes deleted file mode 100644 index ca82ef549..000000000 --- a/lib/slick-source/org/newdawn/slick/data/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -*.{psd,tga,ogg} filter=lfs diff=lfs merge=lfs -text \ No newline at end of file diff --git a/src/net/torvald/terrarum/DefaultConfig.kt b/src/net/torvald/terrarum/DefaultConfig.kt index 3266f737b..7fce50326 100644 --- a/src/net/torvald/terrarum/DefaultConfig.kt +++ b/src/net/torvald/terrarum/DefaultConfig.kt @@ -33,10 +33,10 @@ object DefaultConfig { jsonObject.addProperty("joypadldown", 6) jsonObject.addProperty("joypadrdown", 7) // logitech indices - jsonObject.addProperty("joypadlstickx", 3) - jsonObject.addProperty("joypadlsticky", 2) - jsonObject.addProperty("joypadrstickx", 1) - jsonObject.addProperty("joypadrsticky", 0) // logitech indices + jsonObject.addProperty("joypadlstickx", 0) + jsonObject.addProperty("joypadlsticky", 1) + jsonObject.addProperty("joypadrstickx", 2) + jsonObject.addProperty("joypadrsticky", 3) // 0-1-2-3 but sometimes 3-2-1-0 ?! what the actual fuck? jsonObject.addProperty("joypadlabelstyle", "generic") // "nwii", "logitech", "sonyps", "msxb360", "generic"