Skip to content

Commit

Permalink
Added Totoro textures, changed the date to 2024 and fixed some minor …
Browse files Browse the repository at this point in the history
…issues (#170)

* fixed some minor issues

* Changed textures to Totoro

* updated stuff
  • Loading branch information
Sara424242 authored Sep 20, 2024
1 parent 5088da1 commit 6b62f7c
Show file tree
Hide file tree
Showing 107 changed files with 1,222 additions and 2,539 deletions.
17 changes: 0 additions & 17 deletions Beispiele/Beispielaufgabe.md

This file was deleted.

248 changes: 0 additions & 248 deletions eclipse/.gitignore

This file was deleted.

Binary file removed eclipse/Screenshot_1.png
Binary file not shown.
Binary file removed eclipse/Screenshot_2.3.png
Binary file not shown.
Binary file removed eclipse/Screenshot_2.png
Binary file not shown.
Binary file removed eclipse/Screenshot_6.png
Binary file not shown.
Binary file removed eclipse/Screenshot_7.png
Binary file not shown.
69 changes: 0 additions & 69 deletions eclipse/main.tex

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,5 @@ public class Main {
*/
public static void main(String[] args) {
// implement task 1 (from sheet 1) here

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,20 @@ public enum Texture {
MISSING("missing.png"),
/** The normal wall texture */
WALL("wall-default.png"),
/** The normal bush texture */
BUSH("bush.png"),
/** The normal coin texture */
COIN("coin-default.png"),
/** The normal nut texture */
NUT("nut.png"),
/** The normal home_tree texture */
HOME_TREE("home_tree.png"),
/** The normal sooty_mans texture */
SOOTY_MANS("sooty_mans.png"),
/** The default neo textures */
NEO("neo/neo-east-0.png", "neo/neo-south-0.png", "neo/neo-west-0.png", "neo/neo-north-0.png"),
/** the default totoro texture */
TOTORO("totoro/totoro_east.png", "totoro/totoro_south.png", "totoro/totoro_west.png", "totoro/totoro_north.png"),
/** the default morpheus texture */
MORPHEUS(
"morpheus/morpheus-east-0.png", "morpheus/morpheus-south-0.png", "morpheus/morpheus-west-0.png", "morpheus/morpheus-north-0.png"
Expand Down

This file was deleted.

Loading

0 comments on commit 6b62f7c

Please sign in to comment.