Update testmod.js

This commit is contained in:
epsolon eridani 2022-12-14 15:24:44 -06:00 committed by GitHub
parent 115353a3fc
commit d9c4053bd4
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,
};