Player v2 #25
No reviewers
Labels
No labels
bug::critical
bug::major
bug::minor
discussion
documentation
feature::environment
feature::player
feature::tooling
good first issue
improvement
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
MarsValley/game!25
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "PlayerV2"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
As an player I want a basic cube model.
Close: marsvalley#25
changed the description
added 1 commit
Compare with previous version
added 1 commit
Compare with previous version
Codecov Report
Continue to review full report at Codecov.
added 1 commit
Compare with previous version
added 1 commit
Compare with previous version
added 3 commits
Compare with previous version
added 17 commits
mainCompare with previous version
A
SystemLabelis wrong here. APlayeris just an component a entity can have. Systemlabels are used to label system functions that can be added to the main app withadd_system()(seemain.rs). With these labels system can be ordered at startup, for example to tell system with labelBnot to run before system with labelA.TL;DR make player a simple component with
#[derive(Component, Debug)].Also maybe a player is not only a empty component but contains some data to identify the player. I would suggest to add a field
usernameanddisplayname.this should not be deleted, otherwise the pipeline fails.
remove parenthesis
because of the autodefault attribute on the main, we don't need the
..Default::default()here.If the player is a component, we have to add it here to the cube with the
insert()function.requested review from @koopa1338
assigned to @sese1402
requested review from @kerkmann
added 3 commits
mainCompare with previous version
changed this line in version 9 of the diff
added 2 commits
Compare with previous version
changed this line in version 10 of the diff
added 1 commit
Compare with previous version
changed this line in version 11 of the diff
added 2 commits
Compare with previous version
added 1 commit
Compare with previous version
added 3 commits
mainCompare with previous version
resolved all threads
enabled an automatic merge when the pipeline for 8fed505017f55a2d74f9548ca83eaae39eb36b11 succeeds
mentioned in commit
0849d9fd6a