From a5ad394209860614fa64cf5de2f4de4e8a6cdba4 Mon Sep 17 00:00:00 2001 From: yoavthek1ng Date: Wed, 5 Aug 2026 17:18:59 +0300 Subject: [PATCH 1/2] Create Geometrical_Dashing.js --- Geometrical_Dashing.js | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Geometrical_Dashing.js diff --git a/Geometrical_Dashing.js b/Geometrical_Dashing.js new file mode 100644 index 0000000..336fed5 --- /dev/null +++ b/Geometrical_Dashing.js @@ -0,0 +1,24 @@ + +addIngredient("tide", { + color:"#0066ff", + type:"liquid" +}); + + +addIngredient("wave", { + color:"#00ccff", + shape:"wave" +}); + + +addIngredient("extreme_demon", { + color:"#ff0000", + shape:"cube" +}); + + +addRecipe("tide+wave","tidal wave"); + +addRecipe("extreme_demon+wave","tsunami 2.2"); + +// still thinking of flame and wall for flame wall or person+person for society From 5c640f0a0503ff0031c393b7469b0210a8cd74bc Mon Sep 17 00:00:00 2001 From: yoavthek1ng Date: Wed, 5 Aug 2026 17:27:24 +0300 Subject: [PATCH 2/2] Update Geometrical_Dashing.js geo dash --- Geometrical_Dashing.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Geometrical_Dashing.js b/Geometrical_Dashing.js index 336fed5..487124a 100644 --- a/Geometrical_Dashing.js +++ b/Geometrical_Dashing.js @@ -17,8 +17,8 @@ addIngredient("extreme_demon", { }); -addRecipe("tide+wave","tidal wave"); +addRecipe("tide+wave","TIDAL WAVE!!! GD REFERENCE!!!"); -addRecipe("extreme_demon+wave","tsunami 2.2"); +addRecipe("extreme_demon+wave","Tsunami better?"); // still thinking of flame and wall for flame wall or person+person for society