add battery-ui #6

Merged
LuckyTurtleDev merged 6 commits from battery-ui into main 2024-07-06 20:45:06 +00:00
No description provided.
LuckyTurtleDev added 3 commits 2024-07-06 20:26:03 +00:00
finish
Some checks failed
Rust / rustfmt (pull_request) Successful in 19s
Rust / clippy (pull_request) Failing after 39s
Rust / build (pull_request) Successful in 2m3s
255df67d7b
msrd0 requested changes 2024-07-06 20:26:47 +00:00
src/game.rs Outdated
@ -6,2 +6,4 @@
};
#[derive(Debug)]
pub struct Gost {
Owner

Ghost

`Ghost`
LuckyTurtleDev marked this conversation as resolved
LuckyTurtleDev added 1 commit 2024-07-06 20:31:15 +00:00
Merge branch 'main' into battery-ui
Some checks failed
Rust / rustfmt (pull_request) Failing after 19s
Rust / clippy (pull_request) Failing after 1m0s
Rust / build (pull_request) Failing after 2m0s
b3b0bfb725
LuckyTurtleDev added 1 commit 2024-07-06 20:34:52 +00:00
fix merge; rename ghost
All checks were successful
Rust / rustfmt (pull_request) Successful in 25s
Rust / clippy (pull_request) Successful in 1m26s
Rust / build (pull_request) Successful in 3m2s
f1af8c80a3
msrd0 requested changes 2024-07-06 20:36:49 +00:00
src/ui.rs Outdated
@ -0,0 +15,4 @@
// draw fill level
{
let gohst = &state.ghost;
let percent = gohst.charge / gohst.max_charge;
Owner

GHOST!!!

GHOST!!!
LuckyTurtleDev marked this conversation as resolved
LuckyTurtleDev added 1 commit 2024-07-06 20:39:14 +00:00
fix more ghosts
All checks were successful
Rust / rustfmt (pull_request) Successful in 19s
Rust / clippy (pull_request) Successful in 1m0s
Rust / build (pull_request) Successful in 2m7s
b8132bc876
LuckyTurtleDev merged commit b98bc61a02 into main 2024-07-06 20:45:06 +00:00
LuckyTurtleDev deleted branch battery-ui 2024-07-06 20:45:06 +00:00
LuckyTurtleDev referenced this pull request from a commit 2024-07-06 20:45:07 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: spielemarmelade/turtlegame#6
No description provided.