Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create fun.js #941

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions mods/fun.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
//Help me find bugs in my code, ok? I am just doing another test
elements.sand.name = "EEEEEEEEEEE_pick up my ass c0ck loldoewockecooffdsvifsjvjfso";
elements.sand.behavior = behaviors.WALL;

elements.water.name = "NEWater";
elements.water.behavior = behaviors.POWDER;

elements.unknown.name = "Player 456";
elements.unknown.behavior = behaviors.POWDER;

elements.dirty_water.name = "Water";
elements.dirty_water.behavior = behaviors.WALL;

elements.paint.name = "Gibberish Typer";
elements.paint.behavior = behaviors.LIQUID;

elements.primordial_soup.name = "annoying_space";
elements.primordial_soup.behavior = behaviors.WALL;

//I want to make this a real element soon
elements.diamond.name = "Gravitite";
elements.diamond.behavior = behaviors.AGPOWDER;
elements.diamond.color = ["#f7adda","#ff80f2","#c421a3","#981a92","#ec32e3","#f062f0"];

elements.permafrost.name = "Frozen_testicle";
//why did I make this - Fivey1777