-
Notifications
You must be signed in to change notification settings - Fork 0
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
18e80b0
commit e9577b9
Showing
15 changed files
with
290 additions
and
6 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<page-title>Pen+</page-title> | ||
|
||
<h1 class="centered">Pen+ Addon Dev</h1> | ||
|
||
<p> | ||
If you want to develop a Pen+ addon you can get the Pen+ addon api <a href="https://github.com/Pen-Group/extensions/blob/main/apis/penPlusAddon.js">here</a>!<br> | ||
All you have to do is put this in with your extension and then you have a new variable called penPlus! This will let you grab info from the extension. | ||
</p> |
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
45 changes: 45 additions & 0 deletions
45
main/extensions/shaded/blocks/extension/scaleMultiplier.svg
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.
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,43 @@ | ||
<page-title>Color Blocks</page-title> | ||
|
||
<h1 class="centered">Color Blocks</h1> | ||
<info-box color="#00FF95">This could very well be a stub. Probably isn't though since there are only 2 blocks Unless you want to explain color theory.</info-box> | ||
<p> | ||
This is a really short section. Only Covers two blocks that have to do color based operations. | ||
</p> | ||
|
||
<h2> | ||
"use [shader] on the screen" | ||
</h2> | ||
<img src="main/extensions/shaded/blocks/extension/useOnScreen.svg" alt=""></img> | ||
<p> | ||
Applies a shader on the whole stage, unless "No Shader!" is selected. | ||
</p> | ||
<br> | ||
|
||
<h2> | ||
"use [shader] on myself" | ||
</h2> | ||
<img src="main/extensions/shaded/blocks/extension/useOnMyself.svg" alt=""></img> | ||
<p> | ||
Applies a shader on the current sprite, unless "No Shader!" is selected. | ||
</p> | ||
<br> | ||
|
||
<h2> | ||
"use [shader] on the [layer]" | ||
</h2> | ||
<img src="main/extensions/shaded/blocks/extension/useOnSpecific.svg" alt=""></img> | ||
<p> | ||
Applies a shader on the desired layer, unless "No Shader!" is selected. | ||
</p> | ||
<br> | ||
|
||
<h2> | ||
"scale multiplier of the [direction]" | ||
</h2> | ||
<img src="main/extensions/shaded/blocks/extension/scaleMultiplier.svg" alt=""></img> | ||
<p> | ||
returns how much bigger one dimension is then the stage size. | ||
</p> | ||
<br> |
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,20 @@ | ||
<page-title>Shaded</page-title> | ||
|
||
<h1 class="centered">Shaded</h1> | ||
<p> | ||
Welcome to the official documentation page for the Shaded Pen+ Addon! This page covers everything in the extension itself.<br> | ||
If you would like something covering the <a href="?page=shaderEditor%2Fmain">shader editor</a> check it's page. | ||
</p> | ||
<br> | ||
<br> | ||
<p> | ||
Shaded is a Pen+ addon made by <a href="https://www.youtube.com/@obviousalexc">ObviousAlexC</a>/<a href="https://scratch.mit.edu/users/pinksheep2917/">pinksheep2917</a><br> | ||
Shaded allows you to apply custom shaders to the whole stage, or even individual sprites! | ||
</p> | ||
<h2> | ||
Blocks | ||
</h2> | ||
<ul> | ||
<li><a href="?page=extensions%2Fshaded%2Fextension">Extension</a></li> | ||
<li><a href="?page=extensions%2Fshaded%2FshaderEditor">Shader Editor</a></li> | ||
</ul> |
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,25 @@ | ||
<page-title>Color Blocks</page-title> | ||
|
||
<h1 class="centered">Color Blocks</h1> | ||
<info-box color="#00FF95">This could very well be a stub. Probably isn't though since there are only 2 blocks Unless you want to explain color theory.</info-box> | ||
<p> | ||
This is a really short section. Only Covers two blocks that have to do color based operations. | ||
</p> | ||
|
||
<h2> | ||
"Apply Scratch Color Effects" | ||
</h2> | ||
<img src="main/extensions/shaded/blocks/shaderEditor/applyColor.svg" alt=""></img> | ||
<p> | ||
When used under the pixel hat this block applies all scratch color effects. | ||
</p> | ||
<br> | ||
|
||
<h2> | ||
"Apply Scratch UV Effects" | ||
</h2> | ||
<img src="main/extensions/shaded/blocks/shaderEditor/applyUV.svg" alt=""></img> | ||
<p> | ||
When used this block applies the scratch effects to the UV coordinates of the shader. | ||
</p> | ||
<br> |
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