Skip to content

Commit

Permalink
feat: small visual changes
Browse files Browse the repository at this point in the history
  • Loading branch information
simonas-notcat committed Dec 11, 2023
1 parent 66b660a commit 5490f5c
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
# update with the name of the main binary
binary: graph-view
add_binaries_to_github_release: true
itch_target: simonas-notcat/graph-view
itch_target: simonas-notcat/graph-view-bevy-jam-4


jobs:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "graph-view"
version = "0.1.14"
version = "0.1.15"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
Binary file modified docs/cover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/resources.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ impl Default for Configuration {
fn default() -> Self {
Self {
identifiers: 8000,
container_size: 20.0,
container_size: 30.0,
animation_duration: 6,
connections: 30000,
}
Expand Down
1 change: 0 additions & 1 deletion src/simulation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,6 @@ fn inspector_ui(
if ui.button("Select random identifier").clicked() {
ev_rnd_id.send(SelectRandomIdentifierEvent);
}
ui.separator();
if ui.button("Select random connected identifier").clicked() {
ev_rnd_c_id.send(SelectRandomConnectedIdentifierEvent);
}
Expand Down

0 comments on commit 5490f5c

Please sign in to comment.