WIP: Adding the menu #110

Draft
raphael wants to merge 13 commits from new-menu into main
Owner

closes : #39

closes : #39
raphael added the
Kind/Enhancement
Kind/Feature
labels 2024-04-04 21:13:31 +00:00
raphael self-assigned this 2024-04-04 21:13:31 +00:00
raphael added 6 commits 2024-04-04 21:13:32 +00:00
commit
Some checks are pending
Rust Checks / checks (push) Waiting to run
c6e9206213
Merge branch 'main' into new-menu
Some checks failed
Rust Checks / checks (push) Failing after 6s
ed49d489b4
info.png
Some checks failed
Rust Checks / checks (push) Failing after 5s
c5811543c6
add hover image
Some checks failed
Rust Checks / checks (push) Failing after 6s
311d153a5e
wip
Some checks failed
Rust Checks / checks (push) Failing after 5s
3f99f0ab5d
Ajout de l'ui du menu
Some checks failed
Rust Checks / checks (push) Failing after 6s
Rust Checks / checks (pull_request) Failing after 6s
af1d9d7159
raphael changed title from WIP: Adding a the menu to WIP: Adding the menu 2024-04-04 21:13:54 +00:00
raphael requested review from CoCo_Sol 2024-04-04 21:14:28 +00:00
tipragot requested changes 2024-04-04 21:19:55 +00:00
@ -15,2 +16,3 @@
fn build(&self, app: &mut App) {
app.add_systems(Update, menu_ui.run_if(in_state(CurrentScene::Menu)));
// app.add_systems(Update, menu_ui.run_if(in_state(CurrentScene::Menu)));
app.add_systems(OnEnter(CurrentScene::Menu), menu_ui2);
Contributor

2 ?

2 ?
@ -78,0 +86,4 @@
type TargetScene = CurrentScene;
fn menu_ui2(mut commands: Commands, asset_server: Res<AssetServer>) {
commands
Contributor

Put some comments to tell which élément you are creating

Put some comments to tell which élément you are creating
@ -78,0 +288,4 @@
}
fn render<T: Bundle>(
Contributor

This does not render anything, it only create ui elements

This does not render anything, it only create ui elements
CoCo_Sol added 1 commit 2024-04-05 05:47:37 +00:00
Merge branch 'main' into new-menu
Some checks failed
Rust Checks / checks (push) Failing after 7s
Rust Checks / checks (pull_request) Failing after 5s
72965f1e03
CoCo_Sol added 1 commit 2024-04-05 06:27:54 +00:00
Merge branch 'main' into new-menu
Some checks failed
Rust Checks / checks (push) Failing after 6s
Rust Checks / checks (pull_request) Failing after 5s
0732dd0b11
CoCo_Sol added 1 commit 2024-04-05 06:34:41 +00:00
improuve type
Some checks failed
Rust Checks / checks (push) Failing after 2m59s
Rust Checks / checks (pull_request) Failing after 2m45s
20a9bcf08f
CoCo_Sol requested changes 2024-04-05 06:37:45 +00:00
CoCo_Sol left a comment
Owner

You should :

  • Fix all clippy issues
You should : - Fix all clippy issues
CoCo_Sol added 1 commit 2024-04-05 20:53:18 +00:00
improve hoverd texture
Some checks failed
Rust Checks / checks (push) Failing after 2m40s
Rust Checks / checks (pull_request) Failing after 2m32s
f130b923cc
raphael added 1 commit 2024-04-06 12:44:26 +00:00
renaming
Some checks failed
Rust Checks / checks (push) Failing after 2m16s
Rust Checks / checks (pull_request) Failing after 2m10s
43f9eac55f
raphael added 1 commit 2024-04-06 14:37:16 +00:00
UI
Some checks failed
Rust Checks / checks (push) Failing after 3m8s
Rust Checks / checks (pull_request) Failing after 3m23s
f9eb0c0e1e
raphael added 1 commit 2024-04-06 14:42:45 +00:00
save
Some checks failed
Rust Checks / checks (push) Failing after 6s
Rust Checks / checks (pull_request) Failing after 5s
6a5eed3979
Some checks failed
Rust Checks / checks (push) Failing after 6s
Required
Details
Rust Checks / checks (pull_request) Failing after 5s
Required
Details
This pull request is marked as a work in progress.
This branch is out-of-date with the base branch
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin new-menu:new-menu
git checkout new-menu
Sign in to join this conversation.
No description provided.