mirror of
https://codeberg.org/boyfailure/VectorBreakout.git
synced 2025-06-07 23:24:05 +10:00
Refactor Part 2: Lots of renaming, new classes, hitbox changes
This commit is contained in:
parent
475af2c03e
commit
98883aa62a
21 changed files with 1549 additions and 790 deletions
8
pom.xml
8
pom.xml
|
@ -4,9 +4,9 @@
|
|||
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>dev.boyfailure.quajra</groupId>
|
||||
<groupId>dev.boyfailure</groupId>
|
||||
<artifactId>VectorBreakout</artifactId>
|
||||
<version>20250411_test1</version>
|
||||
<version>1.0</version>
|
||||
|
||||
<packaging>jar</packaging>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
|||
<maven.compiler.target>21</maven.compiler.target>
|
||||
<maven.compiler.release>21</maven.compiler.release>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<exec.mainClass>dev.boyfailure.quajra.vectorbreakout.VectorBreakout</exec.mainClass>
|
||||
<exec.mainClass>dev.boyfailure.vectorbreakout.VectorBreakout</exec.mainClass>
|
||||
</properties>
|
||||
|
||||
<build>
|
||||
|
@ -30,7 +30,7 @@
|
|||
<configuration>
|
||||
<archive>
|
||||
<manifest>
|
||||
<mainClass>dev.boyfailure.quajra.vectorbreakout.VectorBreakout</mainClass>
|
||||
<mainClass>dev.boyfailure.vectorbreakout.VectorBreakout</mainClass>
|
||||
</manifest>
|
||||
</archive>
|
||||
</configuration>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue