From 739b186b44e219b765f68bed09c5f53f6e922a2b Mon Sep 17 00:00:00 2001 From: Florian Scheuner Date: Wed, 16 Dec 2020 17:59:45 +0100 Subject: [PATCH 1/6] Delete Palm_left.class --- Pushy Island/Palm_left.class | Bin 754 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 Pushy Island/Palm_left.class diff --git a/Pushy Island/Palm_left.class b/Pushy Island/Palm_left.class deleted file mode 100644 index 6ef39ba5f3cff1acf1b29cc894d93b6611160db5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 754 zcmZ`%ZEMp|7(KU1mp08dtvYAjrqiiOs)>G5mW&0v`Sr+5cq@zJkN9U=kL$o0Pf?Si54z5VPeg|dIK9KG+Z$mUsYza ziEFs7a$5#&7`Q3W`j8jtL0Ckxj0D7q z?x)POgFKY!Ko*ILr%Anhn~cdCyp-wiO&T4R+a!`QfoH+TU4iCIffN6yd>oc}A#lMCl&+u3EcW|lk!10-PNV zDrh`|uG!9ftbnoe@wK`dHuWUU!=rxki7OC2E^^Gh)34jTo-@EEFSf_d9C(7dY-O zXuECw1oa6P+zE`J`wb1g6Exkf%4t(64N7VQ25p0nN!k`V6x(9E4qNrusFGiyM2FHV UxL7sfPa9cfO@r{5yhN9ve^}X Date: Wed, 16 Dec 2020 18:00:01 +0100 Subject: [PATCH 2/6] Delete Palm_left.ctxt --- Pushy Island/Palm_left.ctxt | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 Pushy Island/Palm_left.ctxt diff --git a/Pushy Island/Palm_left.ctxt b/Pushy Island/Palm_left.ctxt deleted file mode 100644 index 7a86bcd..0000000 --- a/Pushy Island/Palm_left.ctxt +++ /dev/null @@ -1,5 +0,0 @@ -#BlueJ class context -comment0.target=Palm_left -comment1.params= -comment1.target=void\ act() -numComments=2 From a65db6352547cf4a87c875ded408b2a86f476021 Mon Sep 17 00:00:00 2001 From: Florian Scheuner Date: Wed, 16 Dec 2020 18:00:15 +0100 Subject: [PATCH 3/6] Delete Palm_left.java --- Pushy Island/Palm_left.java | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 Pushy Island/Palm_left.java diff --git a/Pushy Island/Palm_left.java b/Pushy Island/Palm_left.java deleted file mode 100644 index c1e4b80..0000000 --- a/Pushy Island/Palm_left.java +++ /dev/null @@ -1,17 +0,0 @@ -import greenfoot.*; // (World, Actor, GreenfootImage, Greenfoot and MouseInfo) - -public class Palm_left extends Actor { - - boolean worldcreate = true; - - public void act() { - if (worldcreate == true) { - // Resize Image to fit Grid - setImage(new GreenfootImage("palm_left.png")); - GreenfootImage image = getImage(); - image.scale(MyWorld.BlockSize, MyWorld.BlockSize); - setImage(image); - worldcreate = false; - } - } -} From 3be857ee8b1c92ca1453cdd2fc5e1566307a9243 Mon Sep 17 00:00:00 2001 From: Florian Scheuner Date: Wed, 16 Dec 2020 18:00:29 +0100 Subject: [PATCH 4/6] Delete Palm_right.class --- Pushy Island/Palm_right.class | Bin 758 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 Pushy Island/Palm_right.class diff --git a/Pushy Island/Palm_right.class b/Pushy Island/Palm_right.class deleted file mode 100644 index 4a3ce496a8880c8570c1a454a314347268aba72d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 758 zcmZ`%ZEMp|7(KU1mp08-tvYAjrqiiOs*Qe9mW&0v`S-^W5j&KYxGz25=wuOf+!04ioDJHfq>3q2Y?j_^L8n zbzH-BmD@IO!@x~}#)m9V4ud?DMJOQl1(qJhX{$~{!5t*-{f(0RP2yR28BR19?FOt+kTXXVfr@93h()U zucvB+F82!=9Pi4}l+f&FCwUM)inSRA6N^YovsxY+osRiA*D}U*vHb?Wi%;#$i#OL14pP ze83VK&7kYHvluI2?0$T$u1BE$B*}u~e*B435IxRv%-Peg+P$7Lz!opJ!51L-a~iZ2 z`Wz1J8AcDv7%<&a2v`4s%GVNemeynqd=fgUXwkDu78B=io)J$xWBE*s!g}s^RP--! z++Wc4TKXxf6D+wC7=Gs)YFrc4-Hys>Qz;EfY7+)+jh{){2HF(cX1fks?XpoNze Date: Wed, 16 Dec 2020 18:00:37 +0100 Subject: [PATCH 5/6] Delete Palm_right.ctxt --- Pushy Island/Palm_right.ctxt | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 Pushy Island/Palm_right.ctxt diff --git a/Pushy Island/Palm_right.ctxt b/Pushy Island/Palm_right.ctxt deleted file mode 100644 index 21786b3..0000000 --- a/Pushy Island/Palm_right.ctxt +++ /dev/null @@ -1,5 +0,0 @@ -#BlueJ class context -comment0.target=Palm_right -comment1.params= -comment1.target=void\ act() -numComments=2 From e593c2c5e31b73131d297179b4ea838128e7b4d3 Mon Sep 17 00:00:00 2001 From: Florian Scheuner Date: Wed, 16 Dec 2020 18:00:51 +0100 Subject: [PATCH 6/6] Delete Palm_right.java --- Pushy Island/Palm_right.java | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 Pushy Island/Palm_right.java diff --git a/Pushy Island/Palm_right.java b/Pushy Island/Palm_right.java deleted file mode 100644 index f6689ad..0000000 --- a/Pushy Island/Palm_right.java +++ /dev/null @@ -1,17 +0,0 @@ -import greenfoot.*; // (World, Actor, GreenfootImage, Greenfoot and MouseInfo) - -public class Palm_right extends Actor { - - boolean worldcreate = true; - - public void act() { - if (worldcreate == true) { - // Resize Image to fit Grid - setImage(new GreenfootImage("palm_right.png")); - GreenfootImage image = getImage(); - image.scale(MyWorld.BlockSize, MyWorld.BlockSize); - setImage(image); - worldcreate = false; - } - } -}