Add src folder

This commit is contained in:
Josef Friedrich
2025-11-16 21:08:11 +01:00
parent d24577460a
commit 07190a053b
5 changed files with 15 additions and 1 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.pirckheimer-gymnasium</groupId>
<artifactId>engine-pi-template</artifactId>
<artifactId>project</artifactId>
<version>0.1.0</version>
<properties>
@@ -0,0 +1,11 @@
package de.pirckheimer_gymnasium.project;
import de.pirckheimer_gymnasium.engine_pi.Game;
public class Main
{
public static void main(String[] args)
{
Game.start();
}
}
+1
View File
@@ -0,0 +1 @@
# Ordner für Bilder
@@ -0,0 +1 @@
# Ordner für die Bilderschriftarten
+1
View File
@@ -0,0 +1 @@
# Ordner für Audio-Dateien