Advertisement
Guest User

Untitled

a guest
Jul 21st, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.55 KB | None | 0 0
  1. screen_load_texture_file(TEXTURE_BOTTOM_SCREEN_BG, "bottom_screen_bg.png", true);
  2. screen_load_texture_file(TEXTURE_BOTTOM_SCREEN_TOP_BAR, "bottom_screen_top_bar.png", true);
  3. screen_load_texture_file(TEXTURE_BOTTOM_SCREEN_TOP_BAR_SHADOW, "bottom_screen_top_bar_shadow.png", true);
  4. screen_load_texture_file(TEXTURE_BOTTOM_SCREEN_BOTTOM_BAR, "bottom_screen_bottom_bar.png", true);
  5. screen_load_texture_file(TEXTURE_BOTTOM_SCREEN_BOTTOM_BAR_SHADOW, "bottom_screen_bottom_bar_shadow.png", true);
  6. screen_load_texture_file(TEXTURE_TOP_SCREEN_BG, "top_screen_bg.png", true);
  7. screen_load_texture_file(TEXTURE_TOP_SCREEN_TOP_BAR, "top_screen_top_bar.png", true);
  8. screen_load_texture_file(TEXTURE_TOP_SCREEN_TOP_BAR_SHADOW, "top_screen_top_bar_shadow.png", true);
  9. screen_load_texture_file(TEXTURE_TOP_SCREEN_BOTTOM_BAR, "top_screen_bottom_bar.png", true);
  10. screen_load_texture_file(TEXTURE_TOP_SCREEN_BOTTOM_BAR_SHADOW, "top_screen_bottom_bar_shadow.png", true);
  11. screen_load_texture_file(TEXTURE_LOGO, "logo.png", true);
  12. screen_load_texture_file(TEXTURE_SELECTION_OVERLAY, "selection_overlay.png", true);
  13. screen_load_texture_file(TEXTURE_SCROLL_BAR, "scroll_bar.png", true);
  14. screen_load_texture_file(TEXTURE_BUTTON_SMALL, "button_small.png", true);
  15. screen_load_texture_file(TEXTURE_BUTTON_LARGE, "button_large.png", true);
  16. screen_load_texture_file(TEXTURE_PROGRESS_BAR_BG, "progress_bar_bg.png", true);
  17. screen_load_texture_file(TEXTURE_PROGRESS_BAR_CONTENT, "progress_bar_content.png", true);
  18. screen_load_texture_file(TEXTURE_META_INFO_BOX, "meta_info_box.png", true);
  19. screen_load_texture_file(TEXTURE_META_INFO_BOX_SHADOW, "meta_info_box_shadow.png", true);
  20. screen_load_texture_file(TEXTURE_BATTERY_CHARGING, "battery_charging.png", true);
  21. screen_load_texture_file(TEXTURE_BATTERY_0, "battery0.png", true);
  22. screen_load_texture_file(TEXTURE_BATTERY_1, "battery1.png", true);
  23. screen_load_texture_file(TEXTURE_BATTERY_2, "battery2.png", true);
  24. screen_load_texture_file(TEXTURE_BATTERY_3, "battery3.png", true);
  25. screen_load_texture_file(TEXTURE_BATTERY_4, "battery4.png", true);
  26. screen_load_texture_file(TEXTURE_BATTERY_5, "battery5.png", true);
  27. screen_load_texture_file(TEXTURE_WIFI_DISCONNECTED, "wifi_disconnected.png", true);
  28. screen_load_texture_file(TEXTURE_WIFI_0, "wifi0.png", true);
  29. screen_load_texture_file(TEXTURE_WIFI_1, "wifi1.png", true);
  30. screen_load_texture_file(TEXTURE_WIFI_2, "wifi2.png", true);
  31. screen_load_texture_file(TEXTURE_WIFI_3, "wifi3.png", true);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement