Merge pull request #48 from Its-Epsilon-Eridani/patch-2

Update testmod.js
This commit is contained in:
slweeb 2022-12-17 21:29:47 -05:00 committed by GitHub
commit 54bcfc3be7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,6 +2,6 @@ elements.HelloWorld = {
color: "#100D5E",
behavior: behaviors.WALL,
category: "land",
state: "solid"
state: "solid",
density: 720,
};