diff options
author | Lucas Fryzek <lucas.fryzek@fryzekconcepts.com> | 2025-03-20 23:01:42 +0000 |
---|---|---|
committer | Lucas Fryzek <lucas.fryzek@fryzekconcepts.com> | 2025-03-20 23:04:16 +0000 |
commit | f4e83d48a0e355707dbe6912b4c585436757bb6e (patch) | |
tree | 640ea9b1c4c135cd558275031e76dd56b638cc48 /main.rhm | |
parent | f741a652f283c4533723a03eca7cf315a487ce92 (diff) |
Add skeleton for gathering
Diffstat (limited to 'main.rhm')
-rw-r--r-- | main.rhm | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -47,5 +47,9 @@ entity.current_chunk.set_tile(0, 1, world.Tile(#'wall_north)) test(!entity.move(0, 0), "Blocked by wall") test(entity.move(1,1), "Move by wall") +reset_entity(entity, 0, 0) +let other_ent = world.Entity(1, 1, 1, chunk) +test(entity.gather(other_ent), "Gathering") + //world.entities //println(@str{Entity is @(entity.x) @(entity.y)}) |