From e9577b9541faca011f47ea40ce87a1f9db64dab0 Mon Sep 17 00:00:00 2001
From: Obvious Alex C <76855369+David-Orangemoon@users.noreply.github.com>
Date: Wed, 10 Jul 2024 01:46:48 -0400
Subject: [PATCH] Shaded docs
---
generalImages/ShadedIcon.svg | 1 +
generalImages/logoSE.svg | 1 +
main/addonDev/main.html | 8 ++++
main/extensions/penPlus/main.html | 6 +--
.../blocks/extension/scaleMultiplier.svg | 45 +++++++++++++++++++
.../shaded/blocks/extension/useOnMyself.svg | 45 +++++++++++++++++++
.../shaded/blocks/extension/useOnScreen.svg | 45 +++++++++++++++++++
.../shaded/blocks/extension/useOnSpecific.svg | 45 +++++++++++++++++++
.../shaded/blocks/shaderEditor/applyColor.svg | 1 +
.../shaded/blocks/shaderEditor/applyUV.svg | 1 +
main/extensions/shaded/extension.html | 43 ++++++++++++++++++
main/extensions/shaded/main.html | 20 +++++++++
main/extensions/shaded/shaderEditor.html | 25 +++++++++++
main/main.html | 6 ++-
main/shaderEditor/main.html | 4 +-
15 files changed, 290 insertions(+), 6 deletions(-)
create mode 100644 generalImages/ShadedIcon.svg
create mode 100644 generalImages/logoSE.svg
create mode 100644 main/addonDev/main.html
create mode 100644 main/extensions/shaded/blocks/extension/scaleMultiplier.svg
create mode 100644 main/extensions/shaded/blocks/extension/useOnMyself.svg
create mode 100644 main/extensions/shaded/blocks/extension/useOnScreen.svg
create mode 100644 main/extensions/shaded/blocks/extension/useOnSpecific.svg
create mode 100644 main/extensions/shaded/blocks/shaderEditor/applyColor.svg
create mode 100644 main/extensions/shaded/blocks/shaderEditor/applyUV.svg
create mode 100644 main/extensions/shaded/extension.html
create mode 100644 main/extensions/shaded/main.html
create mode 100644 main/extensions/shaded/shaderEditor.html
diff --git a/generalImages/ShadedIcon.svg b/generalImages/ShadedIcon.svg
new file mode 100644
index 0000000..b37f3ab
--- /dev/null
+++ b/generalImages/ShadedIcon.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/generalImages/logoSE.svg b/generalImages/logoSE.svg
new file mode 100644
index 0000000..46e5eb6
--- /dev/null
+++ b/generalImages/logoSE.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/main/addonDev/main.html b/main/addonDev/main.html
new file mode 100644
index 0000000..e6a694c
--- /dev/null
+++ b/main/addonDev/main.html
@@ -0,0 +1,8 @@
+
+ If you want to develop a Pen+ addon you can get the Pen+ addon api here!
+ 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.
+
Welcome to the official documentation page for the Pen+ extension! This page covers everything in the extension itself.
- If you would like something covering the shader editor check it's page,
- or if you are looking for info about Pen+ addons and it's integration in other extensions please check addons section.
-
- NOTE: THAT THIS IS STILL UNDER CONSTRUCTION
+ If you would like something covering the shader editor check it's page,
+ or if you are looking for info about developing Pen+ addons please check addon development.
+ This is a really short section. Only Covers two blocks that have to do color based operations. +
+ ++ Applies a shader on the whole stage, unless "No Shader!" is selected. +
++ Applies a shader on the current sprite, unless "No Shader!" is selected. +
++ Applies a shader on the desired layer, unless "No Shader!" is selected. +
++ returns how much bigger one dimension is then the stage size. +
+
+ Welcome to the official documentation page for the Shaded Pen+ Addon! This page covers everything in the extension itself.
+ If you would like something covering the shader editor check it's page.
+
+ Shaded is a Pen+ addon made by ObviousAlexC/pinksheep2917
+ Shaded allows you to apply custom shaders to the whole stage, or even individual sprites!
+
+ This is a really short section. Only Covers two blocks that have to do color based operations. +
+ ++ When used under the pixel hat this block applies all scratch color effects. +
++ When used this block applies the scratch effects to the UV coordinates of the shader. +
+
Welcome to the official documentation page for the Pen+ Shader Editor! This page covers everything in the shader editor.
- If you would like something covering the extension check it's page.
+ If you would like something covering the extension check it's page.
+
+ UNDER CONSTRUCTION