Skip to content

Commit

Permalink
final tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
arcadeperfect committed Nov 27, 2024
1 parent 5661f65 commit 6656bec
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 300 deletions.
88 changes: 0 additions & 88 deletions index copy.html

This file was deleted.

2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bevy Vector Style</title>
<title>Bevy Vaporwave</title>
<link rel="stylesheet" href="styles.css">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&family=Roboto+Mono&display=swap"
rel="stylesheet">
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ const ATTRIBUTE_SMOOTHED_NORMAL: MeshVertexAttribute =

fn main() {
App::new()
.insert_resource(VisibleModel::Sphere)
.insert_resource(VisibleModel::Astro)
.insert_resource(ClearColor(Color::BLACK))
.insert_resource(ShaderSettings::default())
.add_plugins(
Expand Down
210 changes: 0 additions & 210 deletions styles copy.css

This file was deleted.

0 comments on commit 6656bec

Please sign in to comment.