-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #239 from GuraMumei/master
Update referee and optimize hero hit ui
- Loading branch information
Showing
15 changed files
with
154 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,30 @@ | ||
uint8 KEY_A = 65 | ||
uint8 KEY_Q = 81 | ||
uint8 KEY_W = 87 | ||
uint8 KEY_E = 69 | ||
uint8 KEY_R = 82 | ||
uint8 KEY_T = 84 | ||
uint8 KEY_Y = 89 | ||
uint8 KEY_U = 85 | ||
uint8 KEY_O = 79 | ||
|
||
uint8 KEY_A = 65 | ||
uint8 KEY_S = 83 | ||
uint8 KEY_D = 68 | ||
uint8 KEY_F = 70 | ||
uint8 KEY_G = 71 | ||
uint8 KEY_H = 72 | ||
uint8 KEY_J = 74 | ||
uint8 KEY_K = 75 | ||
uint8 KEY_L = 76 | ||
uint8 KEY_N = 78 | ||
uint8 KEY_O = 79 | ||
uint8 KEY_Q = 81 | ||
uint8 KEY_R = 82 | ||
uint8 KEY_W = 87 | ||
uint8 KEY_U = 85 | ||
|
||
uint8 KEY_Z = 90 | ||
uint8 KEY_X = 88 | ||
uint8 KEY_C = 67 | ||
uint8 KEY_V = 86 | ||
uint8 KEY_N = 78 | ||
|
||
float32 target_position_x | ||
float32 target_position_y | ||
uint8 command_keyboard | ||
uint8 target_robot_ID | ||
uint8 cmd_source | ||
|
||
time stamp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
uint32 sentry_info |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
uint32 sentry_info | ||
uint16 sentry_info_2 | ||
bool is_out_of_war | ||
uint16 remaining_bullets_can_supply |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.