Skip to content
This repository was archived by the owner on Nov 5, 2022. It is now read-only.

Commit fa872db

Browse files
3.2.1: fix furry mode
1 parent d3fd4b3 commit fa872db

23 files changed

+36
-12
lines changed

.classpath

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry kind="src" output="bin/main" path="src/main/java">
4+
<attributes>
5+
<attribute name="gradle_scope" value="main"/>
6+
<attribute name="gradle_used_by_scope" value="main,test"/>
7+
</attributes>
8+
</classpathentry>
9+
<classpathentry kind="src" output="bin/main" path="src/main/resources">
10+
<attributes>
11+
<attribute name="gradle_scope" value="main"/>
12+
<attribute name="gradle_used_by_scope" value="main,test"/>
13+
</attributes>
14+
</classpathentry>
15+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-16/"/>
16+
<classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/>
17+
<classpathentry kind="output" path="bin/default"/>
18+
</classpath>

.project

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,19 @@
55
<projects>
66
</projects>
77
<buildSpec>
8+
<buildCommand>
9+
<name>org.eclipse.jdt.core.javabuilder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
813
<buildCommand>
914
<name>org.eclipse.buildship.core.gradleprojectbuilder</name>
1015
<arguments>
1116
</arguments>
1217
</buildCommand>
1318
</buildSpec>
1419
<natures>
20+
<nature>org.eclipse.jdt.core.javanature</nature>
1521
<nature>org.eclipse.buildship.core.gradleprojectnature</nature>
1622
</natures>
1723
<filteredResources>

.settings/org.eclipse.buildship.core.prefs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ connection.gradle.distribution=GRADLE_DISTRIBUTION(WRAPPER)
55
connection.project.dir=
66
eclipse.preferences.version=1
77
gradle.user.home=
8-
java.home=/usr/lib/jvm/java-17-openjdk
8+
java.home=/usr/lib/jvm/default
99
jvm.arguments=
1010
offline.mode=false
1111
override.workspace.settings=true

Among-Us-Dumpy-Gif-Maker

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Based off of: https://daveparrish.net/posts/2019-11-16-Better-AppImage-PKGBUILD-template.html
33

44
_pkgname="among-us-dumpy-gif-maker"
5-
_pkgver="3.2.0"
5+
_pkgver="3.2.1"
66
_jar="Among-Us-Dumpy-Gif-Maker-${_pkgver}-all.jar"
77

88
pkgname="${_pkgname}"

PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Based off of: https://daveparrish.net/posts/2019-11-16-Better-AppImage-PKGBUILD-template.html
33

44
_pkgname="among-us-dumpy-gif-maker"
5-
_pkgver="3.2.0"
5+
_pkgver="3.2.1"
66
_jar="Among-Us-Dumpy-Gif-Maker-${_pkgver}-all.jar"
77

88
pkgname="${_pkgname}"

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727

2828
### Please credit this repository when you use this program!
29-
##### Current version: 3.2.0
29+
##### Current version: 3.2.1
3030

3131
# Instructions
3232

@@ -50,13 +50,13 @@
5050

5151
To everyone else:
5252

53-
### Make sure to [download the jar](https://github.com/ThatOneCalculator/Among-Us-Dumpy-Gif-Maker/releases/download/v3.2.0/Among-Us-Dumpy-Gif-Maker-3.2.0-all.jar)!
53+
### Make sure to [download the jar](https://github.com/ThatOneCalculator/Among-Us-Dumpy-Gif-Maker/releases/download/v3.2.1/Among-Us-Dumpy-Gif-Maker-3.2.1-all.jar)!
5454

5555
### Basic usage:
5656
Click and open the jar, select the file, and a file called "dumpy.gif" will be made in the same folder as the jar.
5757

5858
### CLI usage:
59-
- `java -jar Among-Us-Dumpy-Gif-Maker-3.2.0-all.jar <flags>`
59+
- `java -jar Among-Us-Dumpy-Gif-Maker-3.2.1-all.jar <flags>`
6060
All flags are optional.
6161
Flags:
6262
```
@@ -75,5 +75,5 @@ git clone https://github.com/ThatOneCalculator/Among-Us-Dumpy-Gif-Maker
7575
cd Among-Us-Dumpy-Gif-Maker
7676
gradle wrapper
7777
./gradlew shadowJar # .\gradelw.bat shadowJar if you're on Windows
78-
java -jar ./build/libs/Among-Us-Dumpy-Gif-Maker-3.2.0-all.jar
78+
java -jar ./build/libs/Among-Us-Dumpy-Gif-Maker-3.2.1-all.jar
7979
```

among-us-dumpy-gif-maker

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/sh
22

3-
/usr/bin/java -jar /usr/lib/Among-Us-Dumpy-Gif-Maker-3.2.0-all.jar $@
3+
/usr/bin/java -jar /usr/lib/Among-Us-Dumpy-Gif-Maker-3.2.1-all.jar $@

bin/main/dumpy/0.png

1.3 KB
Loading

bin/main/dumpy/0_twist.png

2.6 KB
Loading

bin/main/dumpy/1.png

1.38 KB
Loading

0 commit comments

Comments
 (0)