This commit is contained in:
Mecoolnotcool 2024-03-10 15:51:49 -05:00 committed by GitHub
parent a6ad482686
commit b83e410c62
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 14 additions and 1 deletions

View File

@ -16,4 +16,17 @@ elements.unstable_coolant = { color: "#16c1db",
behavior: behaviors.DGAS,
category: "gases",
state: "gas",
};
};
elements.hello_world = {
color: "#ff0000",
behavior: behaviors.WALL,
category: "land",
state: "solid",
};
elements.hello_world = {
color: "#ff0000",
behavior: behaviors.WALL,
category: "land",
state: "solid",
};