Merge pull request #1 from jeffoh/master
Added pom file, plus sound assets
This commit is contained in:
commit
1714399a27
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
*.lvl
|
||||
*.class
|
||||
target/
|
35
pom.xml
Normal file
35
pom.xml
Normal file
@ -0,0 +1,35 @@
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<groupId>com.droidquest</groupId>
|
||||
<artifactId>dq</artifactId>
|
||||
<version>1.1-SNAPSHOT</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>DroidQuest</name>
|
||||
<url>https://github.com/ThomasFooteDQ/DroidQuest</url>
|
||||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
</properties>
|
||||
|
||||
<build>
|
||||
<sourceDirectory>src</sourceDirectory>
|
||||
</build>
|
||||
|
||||
<dependencies>
|
||||
<!--
|
||||
<dependency>
|
||||
<groupId>ch.qos.logback</groupId>
|
||||
<artifactId>logback-classic</artifactId>
|
||||
<version>1.0.13</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.google.guava</groupId>
|
||||
<artifactId>guava</artifactId>
|
||||
<version>16.0</version>
|
||||
</dependency>
|
||||
-->
|
||||
</dependencies>
|
||||
</project>
|
BIN
sounds/attach.WAV
Executable file
BIN
sounds/attach.WAV
Executable file
Binary file not shown.
BIN
sounds/beep.WAV
Executable file
BIN
sounds/beep.WAV
Executable file
Binary file not shown.
BIN
sounds/bump.WAV
Executable file
BIN
sounds/bump.WAV
Executable file
Binary file not shown.
BIN
sounds/burn.WAV
Executable file
BIN
sounds/burn.WAV
Executable file
Binary file not shown.
BIN
sounds/charge.WAV
Executable file
BIN
sounds/charge.WAV
Executable file
Binary file not shown.
BIN
sounds/detatch.WAV
Executable file
BIN
sounds/detatch.WAV
Executable file
Binary file not shown.
BIN
sounds/discharge.WAV
Executable file
BIN
sounds/discharge.WAV
Executable file
Binary file not shown.
BIN
sounds/drop.WAV
Executable file
BIN
sounds/drop.WAV
Executable file
Binary file not shown.
BIN
sounds/liberty.mid
Executable file
BIN
sounds/liberty.mid
Executable file
Binary file not shown.
BIN
sounds/pickup.WAV
Executable file
BIN
sounds/pickup.WAV
Executable file
Binary file not shown.
BIN
sounds/sp001.wav
Executable file
BIN
sounds/sp001.wav
Executable file
Binary file not shown.
BIN
sounds/teleport.WAV
Executable file
BIN
sounds/teleport.WAV
Executable file
Binary file not shown.
BIN
sounds/transport.WAV
Executable file
BIN
sounds/transport.WAV
Executable file
Binary file not shown.
Loading…
Reference in New Issue
Block a user