diff options
| author | troido <troido@protonmail.com> | 2020-02-22 12:55:10 +0100 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-02-22 12:55:10 +0100 |
| commit | 2b0cc677f4092d94b31e95f3e9961ec6ed91327b (patch) | |
| tree | 5c5e4683f5b8c9973ccfb260a876f88b599b0326 /src/defaultencyclopedia.rs | |
| parent | a24e17014f37318d08fc8224d38e4062c959f34e (diff) | |
can now pick up specific object from ground
Diffstat (limited to 'src/defaultencyclopedia.rs')
| -rw-r--r-- | src/defaultencyclopedia.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/defaultencyclopedia.rs b/src/defaultencyclopedia.rs index 9f93e40..cce8931 100644 --- a/src/defaultencyclopedia.rs +++ b/src/defaultencyclopedia.rs @@ -83,7 +83,7 @@ pub fn default_encyclopedia() -> Encyclopedia { ["Item", {"ent": ["template", "pebble"], "name": ["string", "pebble"]}] ], "sprite": "pebble", - "height": 0.4 + "height": 0.3 }, "stone": { "components": [ |
