New intro looks sick as hell. Just had to slow it way down.

main
Elijah C. Voigt 1 year ago
parent b3dcacecd8
commit bcb75c2564

@ -6,7 +6,7 @@ build = "build.rs"
[dependencies]
bevy_fmod = { version = "0.4", features = ["live-update"] }
bevy = { version = "0.13", features = ["jpeg", "hdr", "serialize", "file_watcher", "dynamic_linking"] }
bevy = { version = "0.13", features = ["jpeg", "hdr", "serialize"] }
serde = "1"
toml = { version = "0.8", features = ["parse"] }
anyhow = "*"
@ -17,6 +17,7 @@ gltf = "*"
[features]
trace = ["bevy/trace_tracy", "bevy/trace_tracy_memory"]
debug = ["bevy/dynamic_linking", "bevy/file_watcher"]
[profile.dev]
debug = 1

@ -252,7 +252,7 @@ fn initialize(mut commands: Commands, board: Res<game::Board>, assets: Res<Asset
TitleText,
Dissolvable {
start: 0.0,
duration: 6.0,
duration: 12.0,
}, // Marks title text as dissolving
));
@ -268,7 +268,7 @@ fn initialize(mut commands: Commands, board: Res<game::Board>, assets: Res<Asset
},
Dissolvable {
start: 0.0,
duration: 6.0,
duration: 12.0,
}, // Marks pieces as dissolving
))
.with_children(|parent| {

Loading…
Cancel
Save