Click-on tile handle system #74

Merged
CoCo_Sol merged 12 commits from select-tiles into main 2024-03-09 14:51:46 +00:00
Owner
No description provided.
CoCo_Sol added this to the Gameplay milestone 2024-03-06 15:01:13 +00:00
CoCo_Sol added the
Kind/Feature
label 2024-03-06 15:01:13 +00:00
CoCo_Sol self-assigned this 2024-03-06 15:01:13 +00:00
CoCo_Sol added 2 commits 2024-03-06 15:01:14 +00:00
save
Some checks failed
Rust Checks / checks (push) Has been cancelled
179054a6cc
fix fmt
All checks were successful
Rust Checks / checks (push) Successful in 5m52s
Rust Checks / checks (pull_request) Successful in 3m43s
b6cf164cdd
CoCo_Sol added 1 commit 2024-03-06 15:05:43 +00:00
change doc
All checks were successful
Rust Checks / checks (push) Successful in 3m41s
Rust Checks / checks (pull_request) Successful in 3m0s
c556b39857
CoCo_Sol requested review from tipragot 2024-03-06 15:07:55 +00:00
CoCo_Sol removed review request for tipragot 2024-03-06 17:30:59 +00:00
CoCo_Sol changed title from Select tiles system with temporary asset to WIP: Select tiles system with temporary asset 2024-03-06 17:31:03 +00:00
CoCo_Sol added 1 commit 2024-03-06 17:46:44 +00:00
change struct
Some checks failed
Rust Checks / checks (push) Failing after 6s
Rust Checks / checks (pull_request) Failing after 8s
7108e86492
CoCo_Sol added 1 commit 2024-03-06 17:46:56 +00:00
save
Some checks failed
Rust Checks / checks (push) Failing after 5s
Rust Checks / checks (pull_request) Failing after 6s
0d80259455
CoCo_Sol added 1 commit 2024-03-06 18:27:20 +00:00
update
All checks were successful
Rust Checks / checks (push) Successful in 4m2s
Rust Checks / checks (pull_request) Successful in 3m0s
9079df942a
CoCo_Sol added 1 commit 2024-03-06 20:21:12 +00:00
fix issues
All checks were successful
Rust Checks / checks (push) Successful in 3m40s
Rust Checks / checks (pull_request) Successful in 3m19s
cee6a0f8f4
CoCo_Sol changed title from WIP: Select tiles system with temporary asset to WIP: Select tiles system 2024-03-06 20:22:13 +00:00
CoCo_Sol requested review from tipragot 2024-03-06 20:59:35 +00:00
CoCo_Sol changed title from WIP: Select tiles system to Select tiles system 2024-03-06 20:59:43 +00:00
CoCo_Sol requested review from raphael 2024-03-06 20:59:48 +00:00
tipragot refused to review 2024-03-07 20:55:50 +00:00
CoCo_Sol added 1 commit 2024-03-07 21:15:16 +00:00
update
Some checks failed
Rust Checks / checks (push) Failing after 18s
Rust Checks / checks (pull_request) Failing after 5s
e3d3da2029
CoCo_Sol added 1 commit 2024-03-09 12:34:59 +00:00
fix fmt
All checks were successful
Rust Checks / checks (push) Successful in 5m30s
Rust Checks / checks (pull_request) Successful in 3m18s
eb46e4da4e
CoCo_Sol added 1 commit 2024-03-09 12:54:19 +00:00
rename
All checks were successful
Rust Checks / checks (push) Successful in 3m29s
Rust Checks / checks (pull_request) Successful in 2m45s
79f0335637
CoCo_Sol changed title from Select tiles system to Click-on tile handle system 2024-03-09 12:59:54 +00:00
CoCo_Sol added 1 commit 2024-03-09 13:01:49 +00:00
change name
All checks were successful
Rust Checks / checks (push) Successful in 3m30s
Rust Checks / checks (pull_request) Successful in 3m11s
87c8f508d8
raphael requested changes 2024-03-09 13:31:37 +00:00
@ -0,0 +10,4 @@
#[derive(Event)]
pub struct TileJustClicked(pub u32);
/// A event that is triggered when a mouse button is clicked.
Owner

An event

An event
CoCo_Sol marked this conversation as resolved
CoCo_Sol added 1 commit 2024-03-09 13:33:39 +00:00
Update crates/border-wars/src/map/click_tile.rs
All checks were successful
Rust Checks / checks (push) Successful in 4m2s
Rust Checks / checks (pull_request) Successful in 2m58s
685436a8eb
CoCo_Sol requested review from raphael 2024-03-09 14:30:27 +00:00
raphael approved these changes 2024-03-09 14:36:13 +00:00
CoCo_Sol merged commit a731205a3d into main 2024-03-09 14:51:46 +00:00
CoCo_Sol referenced this pull request from a commit 2024-03-09 14:51:48 +00:00
CoCo_Sol deleted branch select-tiles 2024-03-09 14:51:49 +00:00
Sign in to join this conversation.
No description provided.