-
-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8d6c1a3
commit ea446e3
Showing
11 changed files
with
101 additions
and
136 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
cats: | ||
- Dēmētrius ille | ||
- GAKONS | ||
|
||
businessCats: | ||
- myOmochi Games | ||
|
||
sponsors: [] |
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
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.
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
Binary file modified
BIN
+166 Bytes
(260%)
src/examples/DungeonCrawler_tutorial/img/ree8b4583-614a-44d6-aacc-6569f49f6b80.png
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.
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,16 +1,46 @@ | ||
patreon-screen | ||
display block | ||
padding 1rem 2rem | ||
h1 | ||
font-size 2.5rem | ||
h2 | ||
margin-bottom 1rem | ||
margin-top 2rem | ||
img | ||
vertical-align middle | ||
margin-right 0.2em | ||
aside | ||
{shadamb} | ||
padding 1rem | ||
margin 0 0 0 2rem | ||
border 1px solid borderBright | ||
border-radius br | ||
float right | ||
width 22rem | ||
box-sizing border-box | ||
p | ||
line-height 1.65 | ||
margin-top 0 | ||
h3 | ||
font-weight bold | ||
margin-bottom 0 | ||
padding-bottom 0 | ||
img | ||
height 1.5rem | ||
vertical-align middle | ||
|
||
patron-line | ||
display block | ||
& + & | ||
margin-top 0.5rem | ||
img | ||
border-radius 100% | ||
.aPatronEmoji | ||
width 3rem | ||
height @width | ||
font-size 1.5rem | ||
line-height @width | ||
background rgba(act, 0.27) | ||
text-align center | ||
border-radius 100% | ||
margin-right 0.5rem | ||
vertical-align middle | ||
vertical-align middle | ||
display inline-block |