-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor say.dm to remove unnecessary comments and improve readability
- Loading branch information
Showing
4 changed files
with
22 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,20 @@ | ||
<div style='width: 100%; border: 2px ridge #0c0c23; display: flex; flex-direction: row;'><div style='width: 130px; background: linear-gradient(315deg, #1b1b30, #303075); border: 1px solid #0c0c23; display: flex; flex-direction: row; padding: 2px;'><div style='height: 125px; width: 125px; border-radius: 10px; margin: 2px; '><img src='https://files.catbox.moe/4m71t6.jpg' style='height: 125px; width: 125px; border-radius: 10px; margin-left: auto; margin-right: auto; margin-bottom: auto; text-align: center;'></div></div><div style='width: 100%; background: linear-gradient(225deg, #1b1b30, #303075); border: 1px solid #0c0c23; padding: 2px; display: flex; flex-direction: column;'><p style='font-weight: bold; margin: 0;'><span style='color:#9f4835;'>Ward Buttersworth</span> <span style=' font-style: italic; color: #ef;'>says, </span></p><p style='margin: 0; color: #ef; id='Message'><span style='color:#9f4835;'>"Hello! You are hearing me talk. I am saying words. I am saying words to you. I am saying words to you in a friendly manner. I am not yelling, I am not whispering, I am not singing, I am not asking, I am not exclaiming. I am saying words to you, and you are hearing them. And now I am done. Hi."</span></p></div></div> | ||
<!-- The above, but expanded for readability --> | ||
<!-- The above, expanded foor readability --> | ||
|
||
<div style='width: 100%; border: 2px ridge #0c0c23; display: flex; flex-direction: row;'> | ||
<div style='background: linear-gradient(315deg, #1b1b30, #303075); border: 1px solid #0c0c23; display: flex; flex-direction: row;'> | ||
<div style='height: 125px; width: 125px; border-radius: 10px; '> | ||
<img src='https://files.catbox.moe/4m71t6.jpg' style='height: 125px; width: 125px; border-radius: 10px; margin-bottom: auto; text-align: center;'> | ||
</div> | ||
<div style='width: auto; background: linear-gradient(315deg, #1b1b30, #303075); border: 1px dotted #0c0c23; display: flex; flex-direction: row;'> | ||
<img src='https://files.catbox.moe/4m71t6.jpg' alt='x.x;' style='height: 125px; width: 125px; border-radius: 10px; margin-left: auto; margin-right: auto; margin-bottom: auto; text-align: center; object-fit: contain;'> | ||
</div> | ||
<div style='width: 100%; background: linear-gradient(225deg, #1b1b30, #303075); border: 1px solid #0c0c23; padding: 2px; display: flex; flex-direction: column;'> | ||
<p style='font-weight: bold; margin: 0;'> | ||
<span style='color:#9f4835;'>Ward Buttersworth</span> | ||
<span style=' font-style: italic; color: #ef;'>says, </span> | ||
<span style='color:#9f4835;'>Ward Buttersworth</span> <span style=' font-style: italic; color: #eff;'>bas!</span> | ||
</p> | ||
<p style='margin: 0; color: #ef; id='Message'> | ||
<p style='margin: 0; color: #eff;'> | ||
<span style='color:#9f4835;'>"Hello! You are hearing me talk. I am saying words. I am saying words to you. I am saying words to you in a friendly manner. I am not yelling, I am not whispering, I am not singing, I am not asking, I am not exclaiming. I am saying words to you, and you are hearing them. And now I am done. Hi."</span> | ||
</p> | ||
</div> | ||
</div> | ||
|
||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters