From 5adfa6a342ad1b01e01c927f53c0ebf7baa4d12a Mon Sep 17 00:00:00 2001 From: Lenz Wiechers <> Date: Fri, 14 Feb 2020 23:17:43 +0100 Subject: [PATCH] testing stuff --- .classpath | 6 ++++++ .project | 17 +++++++++++++++++ bin/Ball.class | Bin 1912 -> 1912 bytes bin/Game.class | Bin 1215 -> 1215 bytes bin/Main.class | Bin 408 -> 408 bytes bin/Player.class | Bin 958 -> 958 bytes src/Game.java | 2 ++ 7 files changed, 25 insertions(+) create mode 100644 .classpath create mode 100644 .project diff --git a/.classpath b/.classpath new file mode 100644 index 0000000..0cbf9cd --- /dev/null +++ b/.classpath @@ -0,0 +1,6 @@ + + + + + + diff --git a/.project b/.project new file mode 100644 index 0000000..675d350 --- /dev/null +++ b/.project @@ -0,0 +1,17 @@ + + + PongWithFrames + + + + + + org.eclipse.jdt.core.javabuilder + + + + + + org.eclipse.jdt.core.javanature + + diff --git a/bin/Ball.class b/bin/Ball.class index 42370a1849c4e0d7f6728023be6fc01acdf51702..3df6dc944c966c3466d3b726ed03930dc940e978 100644 GIT binary patch delta 17 Zcmeyt_k)k))W2Q(7#J8#HgXiO0{}=k2DtzL delta 17 Zcmeyt_k)k))W2Q(7#J8VH*yrP0{}=-2EG6Q diff --git a/bin/Game.class b/bin/Game.class index 79e391747d65bc072374331461ea8571452bdadb..dbe7972cb36d23281cf214eedc5c83c22099dc86 100644 GIT binary patch delta 95 zcmdnbxu28c)W2Q(7#J8#HgY(yc=9u_FbFd6GYB(CF^DjzGKeu)F-S0YGDtEc0!6YI yWEe^qWEq+nAaJds5Y0B7wG{Qv*} diff --git a/bin/Main.class b/bin/Main.class index 3742c576134515c76b6202060307e9a04fd4e45d..1fca2e461263840b034461831bd7d9b6e99be124 100644 GIT binary patch delta 17 ZcmbQiJcF6z)W2Q(7#J8#HgZg01OPiI1^oa3 delta 17 ZcmbQiJcF6z)W2Q(7#J8VH*!p11OPih1_A&8 diff --git a/bin/Player.class b/bin/Player.class index 1d1f3b1716b52607f854bc27823e094ce0f07024..9bc26dc73483ff56e5a1ecec2bcccb44d97dc3e4 100644 GIT binary patch delta 17 ZcmdnTzK@;b)W2Q(7#J8#HgarZ1^_^=26+Gg delta 17 ZcmdnTzK@;b)W2Q(7#J8VH*#!a1^__E27Ukl diff --git a/src/Game.java b/src/Game.java index c202589..1db4061 100644 --- a/src/Game.java +++ b/src/Game.java @@ -2,6 +2,8 @@ public class Game { Ball ball; + + // blob // Delta time: siehe https://en.wikipedia.org/wiki/Delta_timing private long dt;