namen anpassen

This commit is contained in:
Makussu 2023-12-22 17:02:38 +01:00
parent 99929b47a9
commit f1b29a3883
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
// Tarek
class Log {
float x, y, logwidth, logheight;
boolean sawed = false;
@ -19,7 +20,6 @@ class Log {
//draw();
}
// Tarek
void drawLog(int logtext) {
if (sawed) {
logcolor = color(128, 88, 60);

View File

@ -1,5 +1,6 @@
import processing.sound.*;
// Tarek
float checkDistance(Log log, Ship ship) {
float testX = ship.pos.x;
float testY = ship.pos.y;