Please enable JavaScript.
Coggle requires JavaScript to display documents.
((function createGUI() {, }, // Call the createGUI function to display the…
function createGUI() {
-
guiDiv.style.cssText = 'position:fixed;bottom:0;left:50px;padding:10px;background:elinear-gradient(to right, #ff7e5f, #feb47b);border:2px solid #333;border-radius:5px;box-shadow:0 0 5px rgba(0, 0, 0, 0.3);text-align:center;z-index:9999;cursor:move;height:100px;transition: height 0.5s;';
-
-
-
guiDiv.addEventListener('mousedown', function(event) {
-
-
-
-
document.addEventListener('mousemove', function(event) {
-
-
-
document.addEventListener('mouseup', function() {
-
-
-
-
-
-
function createButton(text, action) {
-
-
button.style.cssText = 'display:block;width:120px;margin:5px auto;padding:5px;font-size:14px;border:2px solid white;border-radius:3px;background:linear-gradient(to right, #ff7e5f, #feb47b);color:white;cursor:pointer;';
button.addEventListener('click', action);
-
-
createButton('Shrink', function() {
-
-
-
-
-
-
-
-
createButton('Add Cookies', function() {
-
-
-
-
createButton('Add Heavenly Chips', function() {
-
-
createButton('Add Sugar Lumps', function() {
-
-
-
-
-
-
-
-
-