forked from hampusborgos/rme
-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: show item and ground avoidables (block pathfinder) (#103)
Feature that enables to check an option to show in the map an icon of avoidable items and grounds (block pathfinder).
- Loading branch information
Showing
16 changed files
with
81 additions
and
2 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,42 @@ | ||
/* XPM */ | ||
static const char *avoidable_xpm[] = { | ||
/* columns rows colors chars-per-pixel */ | ||
"32 32 4 1 ", | ||
" c black", | ||
". c #ED1C24", | ||
"X c magenta", | ||
"o c white", | ||
/* pixels */ | ||
"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX", | ||
"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX", | ||
"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX", | ||
"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX", | ||
"XXXX XXXXXXXXXXXX XXXX", | ||
"XXX oooo XXXXXXXXXX oooo XXX", | ||
"XX oooooo XXXXXXXX oooooo XX", | ||
"X ooo ooo XXXXXX ooo ooo X", | ||
"X ooo XX ooo XXXXXX ooo XX ooo X", | ||
"X oo XXXX oo XXXXXX oo XXXX oo X", | ||
"X oo XXXX oo XXXXXX oo XXXX oo X", | ||
"X oo XXXX oo XXXXXX oo XXXX oo X", | ||
"X ooo XX ooo XXXXXX ooo XX ooo X", | ||
"X oo XX oo XXXXXX oo XX oo X", | ||
"XX ooo ooo XXXXXXXX ooo ooo XX", | ||
"XX oooooo XXXXXXXX oooooo XX", | ||
"XXX oooo XXXXXXXXXX oooo XXX", | ||
"XXXX oo XXXXXXXXXXXX oo XXXX", | ||
"XXXXX XX XXXX XX XXXXX", | ||
"XXXXXXXXXX ... XX ... XXXXXXXXXX", | ||
"XXXXXXXXXX ... XX ... XXXXXXXXXX", | ||
"XXXXX .... .... XXXXX", | ||
"XXXXX ooooo ...... ooooo XXXXX", | ||
"XXXXX ooooooo .... ooooooo XXXXX", | ||
"XXXXX oooo .... oooo XXXXX", | ||
"XXXXXXXX ...... XXXXXXXX", | ||
"XXXXXXXXXX .... .... XXXXXXXXXX", | ||
"XXXXXXXXXX ... X ... XXXXXXXXXX", | ||
"XXXXXXXXXX ... XX ... XXXXXXXXXX", | ||
"XXXXXXXXXXX XXXX XXXXXXXXXXX", | ||
"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX", | ||
"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" | ||
}; |
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
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