diff options
author | Griffin Smith <root@gws.fyi> | 2019-07-13T13·07-0400 |
---|---|---|
committer | Griffin Smith <root@gws.fyi> | 2019-07-13T13·07-0400 |
commit | bf03ebc549bfeef38b91110511a56a6cd24dc58d (patch) | |
tree | 6dc4d3766c25d06202af777b7213a5d4dde7feda /proptest-regressions | |
parent | 5af2429ecb5742383cf0798ce23682d316bdb24d (diff) |
Add placeholder for game ticks
When the character moves, the game ticks forward equal to the character's speed
Diffstat (limited to 'proptest-regressions')
-rw-r--r-- | proptest-regressions/types/entity_map.txt | 1 | ||||
-rw-r--r-- | proptest-regressions/types/mod.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/proptest-regressions/types/entity_map.txt b/proptest-regressions/types/entity_map.txt index 1549085b6c2b..7d85b28bf400 100644 --- a/proptest-regressions/types/entity_map.txt +++ b/proptest-regressions/types/entity_map.txt @@ -5,3 +5,4 @@ # It is recommended to check this file in to source control so that # everyone who runs the test benefits from these saved cases. cc 16afe2473971397314ffa77acf7bad62f0c40bc3f591aff7aa9193c29e5a0921 # shrinks to items = [(Position { x: 92, y: 60 }, ""), (Position { x: 92, y: 60 }, "")] +cc 3a68a382c3bb8fdf60ea150a369abbdd45859e0c54cd6a4f7c75937a6c783b98 # shrinks to mut em = EntityMap { by_position: {Position { x: 25, y: 33 }: [1]}, by_id: {1: TestEntity { position: Position { x: 25, y: 33 }, name: "" }}, last_id: 1 }, ent = TestEntity { position: Position { x: 25, y: 33 }, name: "" }, new_position = Position { x: 0, y: 0 } diff --git a/proptest-regressions/types/mod.txt b/proptest-regressions/types/mod.txt index b18559006799..276466965c44 100644 --- a/proptest-regressions/types/mod.txt +++ b/proptest-regressions/types/mod.txt @@ -5,3 +5,4 @@ # It is recommended to check this file in to source control so that # everyone who runs the test benefits from these saved cases. cc a51cf37623f0e4024f4ba1450195be296d9b9e8ae954dbbf997ce5b57cd26792 # shrinks to a = Position { x: 44, y: 25 }, b = Position { x: 0, y: 25 }, c = Position { x: 0, y: 0 } +cc 0816b9348c53ef8c8328f0ea72d5ebef215f6764b1cbbd3c5db958e214c5fa3a # shrinks to pos = Position { x: 0, y: 0 }, dir = Down |