| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154 |
- #pragma once
- #include <Arduino.h>
- #include <stdint.h>
- // All assets from FlipWorld game: https://github.com/jblanked/FlipWorld
- // Translated with: https://www.jblanked.com/flipper/png-to-fb/
- extern const PROGMEM char shadow_woods_v4[2210];
- /*
- Name: icon_tree_16x16.png
- Link: /assets/icon_tree_16x16.png
- Author: https://github.com/the1anonlypr3
- */
- extern uint8_t icon_tree_16x16[256];
- /*
- Name: icon_fence_16x8px.png
- Link: /assets/icon_fence_16x8px.png
- Author: https://github.com/the1anonlypr3
- */
- extern uint8_t icon_fence_16x8px[128];
- /*
- Name: icon_fence_end_16x8px.png
- Link: /assets/icon_fence_end_16x8px.png
- Author: https://github.com/the1anonlypr3
- */
- extern uint8_t icon_fence_end_16x8px[128];
- /*
- Name: icon_fence_vertical_end_6x8px.png
- Link: /assets/icon_fence_vertical_end_6x8px.png
- Author: https://github.com/the1anonlypr3
- */
- extern uint8_t icon_fence_vertical_end_6x8px[48];
- /*
- Name: icon_fence_vertical_start_6x15px.png
- Link: /assets/icon_fence_vertical_start_6x15px.png
- Author: https://github.com/the1anonlypr3
- */
- extern uint8_t icon_fence_vertical_start_6x15px[90];
- /*
- Name: icon_rock_small_10x8px.png
- Link: /assets/icon_rock_small_10x8px.png
- Author: https://github.com/the1anonlypr3
- */
- extern uint8_t icon_rock_small_10x8px[80];
- /*
- Name: icon_rock_medium_16x14px.png
- Link: /assets/icon_rock_medium_16x14px.png
- Author: https://github.com/the1anonlypr3
- */
- extern uint8_t icon_rock_medium_16x14px[224];
- /*
- Name: icon_rock_large_18x19px.png
- Link: /assets/icon_rock_large_18x19px.png
- Author: https://github.com/the1anonlypr3
- */
- extern uint8_t icon_rock_large_18x19px[342];
- /*
- Name: icon_flower_16x16.png
- Link: /assets/icon_flower_16x16.png
- Author: https://github.com/the1anonlypr3
- */
- extern uint8_t icon_flower_16x16[256];
- /*
- Name: icon_plant_16x16.png
- Link: /assets/icon_plant_16x16.png
- Author: https://github.com/the1anonlypr3
- */
- extern uint8_t icon_plant_16x16[256];
- /*
- Name: icon_man_7x16.png
- Link: /assets/icon_man_7x16.png
- Author: https://github.com/the1anonlypr3
- */
- extern uint8_t icon_man_7x16[112];
- /*
- Name: icon_woman_9x16.png
- Link: /assets/icon_woman_9x16.png
- Author: https://github.com/the1anonlypr3
- */
- extern uint8_t icon_woman_9x16[144];
- /*
- Name: icon_lake_bottom_31x12px.png
- Link: /assets/icon_lake_bottom_31x12px.png
- Author: https://github.com/the1anonlypr3
- */
- extern uint8_t icon_lake_bottom_31x12px[372];
- /*
- Name: icon_lake_bottom_left_24x22px.png
- Link: /assets/icon_lake_bottom_left_24x22px.png
- Author: https://github.com/the1anonlypr3
- */
- extern uint8_t icon_lake_bottom_left_24x22px[528];
- /*
- Name: icon_lake_bottom_right_24x22px.png
- Link: /assets/icon_lake_bottom_right_24x22px.png
- Author: https://github.com/the1anonlypr3
- */
- extern uint8_t icon_lake_bottom_right_24x22px[528];
- /*
- Name: icon_lake_left_11x31px.png
- Link: /assets/icon_lake_left_11x31px.png
- Author: https://github.com/the1anonlypr3
- */
- extern uint8_t icon_lake_left_11x31px[341];
- /*
- Name: icon_lake_right_11x31.png
- Link: /assets/icon_lake_right_11x31.png
- Author: https://github.com/the1anonlypr3
- */
- extern uint8_t icon_lake_right_11x31[341];
- /*
- Name: icon_lake_top_31x12px.png
- Link: /assets/icon_lake_top_31x12px.png
- Author: https://github.com/the1anonlypr3
- */
- extern uint8_t icon_lake_top_31x12px[372];
- /*
- Name: icon_lake_top_left_24x22px.png
- Link: /assets/icon_lake_top_left_24x22px.png
- Author: https://github.com/the1anonlypr3
- */
- extern uint8_t icon_lake_top_left_24x22px[528];
- /*
- Name: icon_lake_top_right_24x22px.png
- Link: /assets/icon_lake_top_right_24x22px.png
- Author: https://github.com/the1anonlypr3
- */
- extern uint8_t icon_lake_top_right_24x22px[528];
- /*
- Name: icon_house_48x32px.png
- Link: /assets/icon_house_48x32px.png
- Author: https://github.com/the1anonlypr3
- */
- extern uint8_t icon_house_48x32px[1536];
|