Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Naxrin authored Apr 10, 2024
1 parent 18966ea commit e2d003e
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set(CMAKE_OSX_ARCHITECTURES "x86_64")
set(CMAKE_CXX_VISIBILITY_PRESET hidden)
set(SKIP_BUILDING_CODEGEN OFF)

project(Transparent VERSION 1.1.0)
project(Transparent VERSION 1.3.0)

# Set up the mod binary
add_library(${PROJECT_NAME} SHARED
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ Welcome to report bugs anyway!

Transparent BG is by Naxrin, and Transparent List is by Lwhe.
Inspired by Alphalaneous' version, we made a fix.
https://github.com/Alphalaneous/Transparent-Lists
But we recommend his own Transparent List more.
But we recommend alphalaneous' Transparent List more.

Neither of us is pro coder, we do it just bcoz both fascinating thing is yet not published in Mega Hack v8 up to now.
Neither of us have a mac so this mod is not yet confirmed to work well in mac. Contact Naxrin via GD message if the mod breaks down on your mac.
Expand Down
18 changes: 5 additions & 13 deletions about.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,13 @@
# Transparent Background

This mod removes stupid blue blending of background image and shitty yellow list background in several menu pages and let us able to enjoy the raw anime porn background we pick.
This mod removes stupid blue blending of background image and shitty yellow list background in several menu pages and let us able to enjoy the raw anime background we pick.
In addition, you can customize loading circle colors to fix your background theme.
Also you can switch to dark theme for gauntlet/daily/weekly levels.

Will consider customizing the background color by your own or something else.
Welcome to report bugs anyway!

Transparent BG is by Naxrin, and Transparent List is by Lwhe.
Inspired by Alphalaneous' version, we made a fix.
But we recommend alphalaneous' Transparent List more.

Neither of us is pro coder, we do it just bcoz both fascinating thing is yet not published in Mega Hack v8 up to now.
Neither of us have a mac so this mod is not yet confirmed to work well in mac. Contact Naxrin via GD message if the mod breaks down on your mac.

Special Thanks:
### Special Thanks:
WEGFan (Github support)
Also dev-helpers in Geode Discord Server

Contact Naxrin outside Github:
Discord: Naxrin#6957
Twitter/X: @Naxrin19
Also dev-helpers in Geode Discord Server
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 1.3.0
You can customize loading circle colors to fix your background theme
Switch to dark theme for gauntlet/daily/weekly levels
# 1.2.0
Multi-platfrom support!
Fixed some crashed I hope
Expand Down
32 changes: 19 additions & 13 deletions mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"android": "2.205",
"mac":"2.200"
},
"version": "v1.2.0",
"version": "v1.3.0",
"id": "naxrin.transparent",
"name": "Transparent BG",
"developer": "Naxrin & Lwhe",
Expand All @@ -20,33 +20,39 @@
"settings":{
"BG": {
"name": "Transparent BG",
"description": "Removes the blue blendings of Background",
"description": "Removes the blue blendings of Background.",
"type": "bool",
"default": true
},
"List": {
"name": "Transparent List (Experiment)",
"description": "Removes the yellow blendings of List Menus. But I recommend alphalaneous' Transparent List more.",
},
"frame":{
"name": "Remove Frames",
"description": "Set the frames in Edit Level Layer and LevelSearchLayer to invisible transparent\nYou can enable it individually (This option works even when <cb>Transparent BG</c> option is disabled)",
"type": "bool",
"default": true
},
"Circles": {
},
"dark":{
"name": "Dark Gauntlets",
"description": "Set the background of Gauntlet levels and Daily/Weekly Levels darker, to make them look different from general levels from search engine",
"type": "bool",
"default": true
},
"Circles": {
"name": "Custom Loading Circle",
"description": "Recolor the loading circle thing to fit with your background.",
"type": "bool",
"default": false
},
"plate":{
},
"plate":{
"name": "Loading Plate Color",
"description": "Customize the colorof the loading module's round plate.\nSuggest a color similar to your background",
"type": "color",
"default": "000000"
},
"circle":{
},
"circle":{
"name": "Loading Circle Color",
"description": "Customize the color of the color of the loading module's round plate.\nSuggest a color that differs as far as possible to the plate color",
"type": "color",
"default": "FFFFFF"
}
}
}
}

0 comments on commit e2d003e

Please sign in to comment.