Skip to content

Commit

Permalink
Experimental (#180)
Browse files Browse the repository at this point in the history
* Fixing OD BETA OC

* Fixing indentation and using always the same dir function

* Logic so pico8 roms display themselves as the preview

* Adding bittboy

* update

* Fixing R1

* Adding missing functions and new globals

* Changes for battery + new navigation

* Fixing fullscreen bug

* Allowing centeed game count

* Batt Icons

* Customizable game count text

* Lots of things

* Screen to 16 and Rogue Battery

* Last touches

* out

* Theme update

Co-authored-by: bittboy <[email protected]>
  • Loading branch information
fgl82 and bittboy authored Aug 25, 2021
1 parent 3f4d3c6 commit dc2b11f
Show file tree
Hide file tree
Showing 462 changed files with 1,592 additions and 653 deletions.
31 changes: 31 additions & 0 deletions simplemenu/output/Bittboy/themes/320x240/0A/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
## 0A SimpleMenu Theme

Based on the Pixel theme for GMenu2X, by RafaVico

---

### License

This work is licensed under a [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-nc-sa/4.0/). \
![Creative Commons Licence](https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png "Creative Commons Licence")

ALLOWED:
- Share and duplicate as it is
- Edit, alter, change it

REQUIREMENTS:
- Attribution, give credit to the creators
- Indicate changes to the theme
- Publish the changes under the same license

PROHIBITED:
- Commercial distribution

### Please note:
By downloading and installing this theme it will be assumed that you own and possess the rights for all ROMs you intend to use. This is a free theme so you can install it and share it with others - **but you are *not* allowed to sell or generate any kind of monetary profit from this theme. Please see the 'License' section above for more details.**

---

### Thanks and Credits

All original artwork belongs to the artists who devoted their talents and time into making them.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Empty file.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 27 additions & 6 deletions simplemenu/output/Bittboy/themes/320x240/0A/theme.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
; Theme Information ========================================
; Name......: 0A
; Date......: March 7, 2021
; Author....: FGL82, RafaVico
; Authors...: FGL82, RafaVico
; Font......: H1BAN

[GENERAL]
Expand All @@ -10,7 +10,26 @@ font = resources/general/Pmc.ttf
font_outline = 1
font_size = 16

;Font for text1, text2 and art text
;battery icons
batt_x = 300
batt_y = 10
batt_1 = resources/general/batt_20.png
batt_2 = resources/general/batt_40.png
batt_3 = resources/general/batt_60.png
batt_4 = resources/general/batt_80.png
batt_5 = resources/general/batt_100.png
batt_charging = resources/general/batt_charging.png

;Font for the game count shown on the section "logos"
game_count_font = resources/general/akashi.ttf
game_count_font_size = 14
game_count_font_color = FFFFFF
game_count_x = 160
game_count_y = 225
game_count_alignment = 1
game_count_text = # Games

;Font for text1 and text2
textX_font = resources/general/Pmc.ttf

;Game List
Expand All @@ -27,8 +46,8 @@ art_x = 120
art_y = 52
art_max_w = 187
art_max_h = 150
art_text_distance_from_picture = 0
art_text_line_separation = 11
art_text_distance_from_picture = 2
art_text_line_separation = 14
art_text_font_size = 16

;System Picture
Expand Down Expand Up @@ -58,6 +77,8 @@ colorful_fullscreen_menu = 1
;Miscelaneous
favorite_indicator = resources/general/favorite.png
display_section_group_name = 1
section_groups_folder = resources/section_groups/
display_game_count = 0

;If a section is missing a value, it will try to find it in the default section
[DEFAULT]
Expand All @@ -70,8 +91,8 @@ selected_item_font_color = FF1100
;Game art font color
art_font_color = FFFFFF
;Background color to apply if colorful_fullscreen_menu is enabled
fullscreen_menu_background_color = FFFF00
;Color of the font used for items in the fullscreen menu
fullscreen_menu_background_color = FFFFFF
;Color of the font used for items in the fullscreen menu, if colorful_fullscreen_menu is enabled
fullscreen_menu_font_color = FFFFFF
;Section logo
logo = none
Expand Down
31 changes: 31 additions & 0 deletions simplemenu/output/Bittboy/themes/640x480/0A/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
## 0A SimpleMenu Theme

Based on the Pixel theme for GMenu2X, by RafaVico

---

### License

This work is licensed under a [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-nc-sa/4.0/). \
![Creative Commons Licence](https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png "Creative Commons Licence")

ALLOWED:
- Share and duplicate as it is
- Edit, alter, change it

REQUIREMENTS:
- Attribution, give credit to the creators
- Indicate changes to the theme
- Publish the changes under the same license

PROHIBITED:
- Commercial distribution

### Please note:
By downloading and installing this theme it will be assumed that you own and possess the rights for all ROMs you intend to use. This is a free theme so you can install it and share it with others - **but you are *not* allowed to sell or generate any kind of monetary profit from this theme. Please see the 'License' section above for more details.**

---

### Thanks and Credits

All original artwork belongs to the artists who devoted their talents and time into making them.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Empty file.
34 changes: 28 additions & 6 deletions simplemenu/output/Bittboy/themes/640x480/0A/theme.ini
Original file line number Diff line number Diff line change
@@ -1,15 +1,35 @@
; Theme Information ========================================
; Name......: 0A
; Date......: March 7, 2021
; Author....: FGL82, Rafa Vico
; Authors...: FGL82, RafaVico
; Font......: H1BAN

[GENERAL]
;Font for menu items
font = resources/general/Pmc.ttf
font_outline = 2
font_size = 16

;Font for text1, text2 and art text
;battery icons
batt_x = 300
batt_y = 10
batt_1 = resources/general/batt_20.png
batt_2 = resources/general/batt_40.png
batt_3 = resources/general/batt_60.png
batt_4 = resources/general/batt_80.png
batt_5 = resources/general/batt_100.png
batt_charging = resources/general/batt_charging.png

;Font for the game count shown on the section "logos"
game_count_font = resources/general/akashi.ttf
game_count_font_size = 14
game_count_font_color = FFFFFF
game_count_x = 160
game_count_y = 225
game_count_alignment = 1
game_count_text = # Games

;Font for text1 and text2
textX_font = resources/general/Pmc.ttf

;Game List
Expand Down Expand Up @@ -57,20 +77,22 @@ colorful_fullscreen_menu = 1
;Miscelaneous
favorite_indicator = resources/general/favorite.png
display_section_group_name = 1
section_groups_folder = resources/section_groups/
display_game_count = 0

;If a section is missing a them value, it will try to find it in the default section
;If a section is missing a value, it will try to find it in the default section
[DEFAULT]
;Color of the font used for items in menu mode
items_font_color = FFFFFF
;Color of the font used for shading items in menu mode, if transparent_shading is not enabled
;Color used for shading items in menu mode, if transparent_shading is not enabled
selected_item_background_color = FFD318
;Color of the font used for selected items in menu mode
selected_item_font_color = FF1100
;Game art font color
art_font_color = FFFFFF
;Background color to apply if colorful_fullscreen_menu is enabled
fullscreen_menu_background_color = FFFF00
;Color of the font used for items in the fullscreen menu
fullscreen_menu_background_color = FFFFFF
;Color of the font used for items in the fullscreen menu, if colorful_fullscreen_menu is enabled
fullscreen_menu_font_color = FFFFFF
;Section logo
logo = none
Expand Down
31 changes: 31 additions & 0 deletions simplemenu/output/OD-BETA/themes/320x240/0A/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
## 0A SimpleMenu Theme

Based on the Pixel theme for GMenu2X, by RafaVico

---

### License

This work is licensed under a [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-nc-sa/4.0/). \
![Creative Commons Licence](https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png "Creative Commons Licence")

ALLOWED:
- Share and duplicate as it is
- Edit, alter, change it

REQUIREMENTS:
- Attribution, give credit to the creators
- Indicate changes to the theme
- Publish the changes under the same license

PROHIBITED:
- Commercial distribution

### Please note:
By downloading and installing this theme it will be assumed that you own and possess the rights for all ROMs you intend to use. This is a free theme so you can install it and share it with others - **but you are *not* allowed to sell or generate any kind of monetary profit from this theme. Please see the 'License' section above for more details.**

---

### Thanks and Credits

All original artwork belongs to the artists who devoted their talents and time into making them.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit dc2b11f

Please sign in to comment.