diff --git a/Geometrical_Dashing.js b/Geometrical_Dashing.js new file mode 100644 index 0000000..487124a --- /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!!! GD REFERENCE!!!"); + +addRecipe("extreme_demon+wave","Tsunami better?"); + +// still thinking of flame and wall for flame wall or person+person for society