Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add watermark #1732

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Add watermark #1732

wants to merge 1 commit into from

Conversation

ccuser44
Copy link
Contributor

Broccoli watermark was removed in #748 and Adonis has been without a code watermark for 2 years now. I feel like it's time to add a code watermark to Adonis now.

I'm not sure if the font choices are the best and what would be the exact appropriate format for the watermark. Also not exactly sure to which script the watermark should be included in. (MainModule.luau, Loader.server.luau or Settings.luau)

The watermark looks a bit off in Github because of the web browser character spacing. Here's what it would look like in a text editor:
image

Here are the only potential font choices that look ok:

 ______      __                                  ______      __                             
/\  _  \    /\ \                  __            /\  _  \    /\ \              __            
\ \ \L\ \   \_\ \    ___     ___ /\_\    ____   \ \ \L\ \   \_\ \    ___ ___ /\_\    ___    
 \ \  __ \  /'_` \  / __`\ /' _ `\/\ \  /',__\   \ \  __ \  /'_` \ /' __` __`\/\ \ /' _ `\  
  \ \ \/\ \/\ \L\ \/\ \L\ \/\ \/\ \ \ \/\__, `\   \ \ \/\ \/\ \L\ \/\ \/\ \/\ \ \ \/\ \/\ \ 
   \ \_\ \_\ \___,_\ \____/\ \_\ \_\ \_\/\____/    \ \_\ \_\ \___,_\ \_\ \_\ \_\ \_\ \_\ \_\
    \/_/\/_/\/__,_ /\/___/  \/_/\/_/\/_/\/___/      \/_/\/_/\/__,_ /\/_/\/_/\/_/\/_/\/_/\/_/
 ____                            ______                                                               __              __     
/\  _`\           __            /\__  _\                                                             /\ \__          /\ \    
\ \ \L\_\  _____ /\_\   __  _   \/_/\ \/     ___     ___    ___   _ __   _____     ___   _ __    __  \ \ ,_\    __   \_\ \   
 \ \  _\L /\ '__`\/\ \ /\ \/'\     \ \ \   /' _ `\  /'___\ / __`\/\`'__\/\ '__`\  / __`\/\`'__\/'__`\ \ \ \/  /'__`\ /'_` \  
  \ \ \L\ \ \ \L\ \ \ \\/>  </      \_\ \__/\ \/\ \/\ \__//\ \L\ \ \ \/ \ \ \L\ \/\ \L\ \ \ \//\ \L\.\_\ \ \_/\  __//\ \L\ \ 
   \ \____/\ \ ,__/\ \_\/\_/\_\     /\_____\ \_\ \_\ \____\ \____/\ \_\  \ \ ,__/\ \____/\ \_\\ \__/.\_\\ \__\ \____\ \___,_\
    \/___/  \ \ \/  \/_/\//\/_/     \/_____/\/_/\/_/\/____/\/___/  \/_/   \ \ \/  \/___/  \/_/ \/__/\/_/ \/__/\/____/\/__,_ /
             \ \_\                                                         \ \_\                                             
              \/_/                                                          \/_/                                             
     _       _             _          _       _           _       
    / \   __| | ___  _ __ (_)___     / \   __| |_ __ ___ (_)_ __  
   / _ \ / _` |/ _ \| '_ \| / __|   / _ \ / _` | '_ ` _ \| | '_ \ 
  / ___ \ (_| | (_) | | | | \__ \  / ___ \ (_| | | | | | | | | | |
 /_/   \_\__,_|\___/|_| |_|_|___/ /_/   \_\__,_|_| |_| |_|_|_| |_|
                                                                  
  _____       _        ___                                            _           _ 
 | ____|_ __ (_)_  __ |_ _|_ __   ___ ___  _ __ _ __   ___  _ __ __ _| |_ ___  __| |
 |  _| | '_ \| \ \/ /  | || '_ \ / __/ _ \| '__| '_ \ / _ \| '__/ _` | __/ _ \/ _` |
 | |___| |_) | |>  <   | || | | | (_| (_) | |  | |_) | (_) | | | (_| | ||  __/ (_| |
 |_____| .__/|_/_/\_\ |___|_| |_|\___\___/|_|  | .__/ \___/|_|  \__,_|\__\___|\__,_|
       |_|                                     |_|                                  
    ___       __            _         ___       __          _     
   /   | ____/ /___  ____  (_)____   /   | ____/ /___ ___  (_)___ 
  / /| |/ __  / __ \/ __ \/ / ___/  / /| |/ __  / __ `__ \/ / __ \
 / ___ / /_/ / /_/ / / / / (__  )  / ___ / /_/ / / / / / / / / / /
/_/  |_\__,_/\____/_/ /_/_/____/  /_/  |_\__,_/_/ /_/ /_/_/_/ /_/ 
                                                                  
    ______      _         ____                                             __           __
   / ____/___  (_)  __   /  _/___  _________  _________  ____  _________ _/ /____  ____/ /
  / __/ / __ \/ / |/_/   / // __ \/ ___/ __ \/ ___/ __ \/ __ \/ ___/ __ `/ __/ _ \/ __  / 
 / /___/ /_/ / />  <   _/ // / / / /__/ /_/ / /  / /_/ / /_/ / /  / /_/ / /_/  __/ /_/ /  
/_____/ .___/_/_/|_|  /___/_/ /_/\___/\____/_/  / .___/\____/_/   \__,_/\__/\___/\__,_/   
     /_/                                       /_/                                        

Please give feedback

@Dimenpsyonal
Copy link
Member

i vote for number 3 and 4 as they are the easiest to read.

@ccuser44 ccuser44 marked this pull request as ready for review November 17, 2024 22:48
@ccuser44 ccuser44 marked this pull request as draft November 17, 2024 22:49
@Dimenpsyonal Dimenpsyonal added the 🎏 miscellaneous Miscellaneous content label Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🎏 miscellaneous Miscellaneous content
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants