Skip to content

Commit

Permalink
checkpoint: tinkering some more
Browse files Browse the repository at this point in the history
  • Loading branch information
philiplinden committed Sep 2, 2024
1 parent b4b07a8 commit ce3eee8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/devlog/v0.2.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,7 @@ and moving around.

# 2024-09-02
Fresh eyes help. Some refactors today to make the code feel more "natural".

Another re-org inbound. The organization of
[`Vinermy/astray`](https://github.com/Vinermy/astray) is really resonating with
me. I'll commit things here and jump to a new minor version if it goes well.
1 change: 0 additions & 1 deletion spacetime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ impl Plugin for AppPlugin {
.into(),
..default()
})
.set(ImagePlugin::default_nearest()), // to make pixel art crisp
);

// Add custom plugins.
Expand Down

0 comments on commit ce3eee8

Please sign in to comment.