Skip to content

Commit

Permalink
More of my own saves
Browse files Browse the repository at this point in the history
  • Loading branch information
Masterchef365 committed Mar 10, 2024
1 parent 95aa091 commit 384f155
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ impl TemplateApp {
("CentralForce".into(), serde_json::from_slice(include_bytes!("builtin_configs/central-force.json")).unwrap()),
("LifeOnly".into(), serde_json::from_slice(include_bytes!("builtin_configs/particle-life-only.json")).unwrap()),
("RingPotential".into(), serde_json::from_slice(include_bytes!("builtin_configs/ring-potential.json")).unwrap()),
("EarthRing".into(), serde_json::from_slice(include_bytes!("builtin_configs/earth-ring.json")).unwrap()),
],
};

Expand Down
Loading

0 comments on commit 384f155

Please sign in to comment.