Skip to content

Instantly share code, notes, and snippets.

@JtheDroid
JtheDroid / sketch_TowerDefense3D.pde
Created May 14, 2017 17:20
TowerDefense3D by JtheDroid - All tabs in one file
import java.awt.Robot;
Robot robot;
float highQuality = 5; //adjust the quality of the "terrain"----------------------------------------------------------------------------------------------------------------------
float lowQuality = 20;
PShape ground;