From c17474901520dd0140a2e8c841e72ec8c8a4db92 Mon Sep 17 00:00:00 2001 From: Qwreey Date: Wed, 22 Feb 2023 05:45:47 +0900 Subject: [PATCH] =?UTF-8?q?docs:=20Easing=20=EB=AF=B8=EB=A6=AC=EB=B3=B4?= =?UTF-8?q?=EA=B8=B0=20=EC=B6=94=EA=B0=80=EC=99=80=20mounts.md=20=EA=B0=9C?= =?UTF-8?q?=EC=84=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LICENSE.md | 42 ++++++++++ docs/en/404.html | 26 +++++- docs/en/index.html | 26 +++++- docs/en/sitemap.xml.gz | Bin 203 -> 203 bytes docs/kr/404.html | 32 +++++++- docs/kr/assets/Quad_Logo.png | Bin 0 -> 101999 bytes docs/kr/assets/Quad_MiniLogo.png | Bin 0 -> 43021 bytes docs/kr/assets/Quad_MiniLogoWhite.png | Bin 0 -> 11250 bytes docs/kr/assets/easingVideo.mp4 | Bin 0 -> 203831 bytes docs/kr/assets/extra.css | 76 +++++++++++++++++- docs/kr/changelogs/index.html | 32 +++++++- docs/kr/gallery/index.html | 32 +++++++- docs/kr/include/bindable/index.html | 32 +++++++- docs/kr/include/connection/index.html | 32 +++++++- docs/kr/include/directions/index.html | 32 +++++++- docs/kr/include/disconnecter/index.html | 32 +++++++- docs/kr/include/easings/index.html | 49 +++++++++-- docs/kr/include/events/index.html | 32 +++++++- docs/kr/include/extend/index.html | 32 +++++++- docs/kr/include/locales/index.html | 32 +++++++- docs/kr/include/mounts/index.html | 36 +++++++-- docs/kr/include/objectList/index.html | 32 +++++++- docs/kr/include/quad/index.html | 32 +++++++- docs/kr/include/quadProperty/index.html | 32 +++++++- docs/kr/include/register/index.html | 32 +++++++- docs/kr/include/tween/index.html | 32 +++++++- docs/kr/include/tweenOptions/index.html | 32 +++++++- docs/kr/include/typeDirections/index.html | 32 +++++++- docs/kr/include/typeEasings/index.html | 32 +++++++- docs/kr/index.html | 32 +++++++- docs/kr/license/index.html | 39 +++++++-- docs/kr/reference/event/index.html | 32 +++++++- docs/kr/reference/extend/index.html | 32 +++++++- docs/kr/reference/index.html | 32 +++++++- docs/kr/reference/lang/index.html | 32 +++++++- docs/kr/reference/mounts/index.html | 38 +++++++-- docs/kr/reference/quadProperty/index.html | 32 +++++++- docs/kr/reference/signal/bindable/index.html | 32 +++++++- .../reference/signal/disconnecter/index.html | 32 +++++++- docs/kr/reference/signal/index.html | 32 +++++++- docs/kr/reference/store/index.html | 32 +++++++- docs/kr/reference/store/objectList/index.html | 32 +++++++- docs/kr/reference/tween/directions/index.html | 32 +++++++- docs/kr/reference/tween/easings/index.html | 49 +++++++++-- docs/kr/reference/tween/index.html | 32 +++++++- .../reference/tween/tweenOptions/index.html | 32 +++++++- docs/kr/search/search_index.json | 2 +- docs/kr/sitemap.xml.gz | Bin 521 -> 521 bytes docs/kr/todo/index.html | 41 +++++++++- docs/kr/tutorial/10_signal/index.html | 32 +++++++- docs/kr/tutorial/11_extend/index.html | 32 +++++++- docs/kr/tutorial/1_import/index.html | 32 +++++++- docs/kr/tutorial/2_mount/index.html | 38 +++++++-- docs/kr/tutorial/3_getObject/index.html | 32 +++++++- docs/kr/tutorial/4_style/index.html | 32 +++++++- docs/kr/tutorial/5_event/index.html | 32 +++++++- docs/kr/tutorial/6_tween/index.html | 32 +++++++- docs/kr/tutorial/7_quadProperty/index.html | 32 +++++++- docs/kr/tutorial/8_register/index.html | 32 +++++++- docs/kr/tutorial/9_lang/index.html | 32 +++++++- docs/kr/tutorial/index.html | 36 +++++++-- md/kr/assets/Quad_Logo.png | Bin 0 -> 101999 bytes md/kr/assets/Quad_MiniLogo.png | Bin 0 -> 43021 bytes md/kr/assets/Quad_MiniLogoWhite.png | Bin 0 -> 11250 bytes md/kr/assets/easingVideo.mp4 | Bin 0 -> 203831 bytes md/kr/assets/extra.css | 76 +++++++++++++++++- md/kr/include/easings.md | 11 ++- md/kr/include/mounts.md | 11 ++- md/kr/license.md | 8 +- md/kr/todo.md | 4 + md/kr/tutorial/index.md | 1 + mkdocs_en.yml | 17 +++- mkdocs_kr.yml | 20 ++++- test.project.json | 4 +- testing/Loader.client.lua | 1 + testing/Test.lua | 36 +++++++++ testing/init.lua | 71 ++++++++-------- testing/{signal => signal.lua} | 0 testing/test/init.lua | 64 --------------- testing/tween.lua | 43 +++++----- 80 files changed, 1850 insertions(+), 359 deletions(-) create mode 100644 LICENSE.md create mode 100644 docs/kr/assets/Quad_Logo.png create mode 100644 docs/kr/assets/Quad_MiniLogo.png create mode 100644 docs/kr/assets/Quad_MiniLogoWhite.png create mode 100644 docs/kr/assets/easingVideo.mp4 create mode 100644 md/kr/assets/Quad_Logo.png create mode 100644 md/kr/assets/Quad_MiniLogo.png create mode 100644 md/kr/assets/Quad_MiniLogoWhite.png create mode 100644 md/kr/assets/easingVideo.mp4 create mode 100644 testing/Loader.client.lua create mode 100644 testing/Test.lua rename testing/{signal => signal.lua} (100%) delete mode 100644 testing/test/init.lua diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..0c62b80 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,42 @@ + QwreeyKawaii license v1.3 + +Copyright 2023. Qwreey [qwreey75@gmail.com] + +This license is based on DBAD license. +Everyone is permitted to copy and distribute +verbatim or modified copies of this license +document. + +TERMS, AND CONDITIONS FOR COPYING, +DISTRIBUTION, AND MODIFICATION + +1. You can do anything with this original work, +but don't be rude + +In general, being rude includes below + +First. Do not copy these cute works without + any modification. changing the name + only is outright copyright infringement +Second. Do not add some harmful or NSFW content. + It's very rude and may harm others + +Being rude is not limited to these instances. +Above all, don't hurt cute people + +2. If you get any benefit or profit from these cute +works, Share the love. A polite person may share +the love with cute people. +3. These cute works are provided with no warranty. +If something goes wrong due to the creator's cute +mistake, Fix it yourself. A polite person may +submit the fix or bug report. +4. If you create something with these works, Leave +the original creator's name in your work. +the cute creator will be happy if their works are +used for good. +* This is a recommendation. Not required. +5. Russian nationality can not use this creation for +commercial purposes. — We do not support the war. +Same reason, This creation cannot be used where +it can support the war. diff --git a/docs/en/404.html b/docs/en/404.html index 4881ed2..744b7ee 100644 --- a/docs/en/404.html +++ b/docs/en/404.html @@ -50,13 +50,17 @@ + - + + + + @@ -97,6 +101,26 @@ +
+ + + + + + + + + + + + + +
+
diff --git a/docs/en/index.html b/docs/en/index.html index a42d4cc..9c0be4f 100644 --- a/docs/en/index.html +++ b/docs/en/index.html @@ -52,13 +52,17 @@ + - + + + + @@ -104,6 +108,26 @@
+
+ + + + + + + + + + + + + +
+
diff --git a/docs/en/sitemap.xml.gz b/docs/en/sitemap.xml.gz index 124cbccdc2dc007814d07d286fda4d396afa45a5..551b7d1f6e461b7219f45ddfb5e83ecf046b2fe7 100644 GIT binary patch delta 14 VcmX@jc$$$-zMF$1TX!PcQ2-z&1Wf<{ delta 14 VcmX@jc$$$-zMF$1Mr
+
+ + + + + + + + + + + + + +
+
@@ -258,7 +282,7 @@
+
+ + + + + + + + + + + + + +
+
@@ -271,7 +295,7 @@
+
+ + + + + + + + + + + + + +
+
@@ -271,7 +295,7 @@
+
+ + + + + + + + + + + + + +
+
@@ -260,7 +284,7 @@
+
+ + + + + + + + + + + + + +
+
@@ -260,7 +284,7 @@
+
+ + + + + + + + + + + + + +
+
@@ -260,7 +284,7 @@
+
+ + + + + + + + + + + + + +
+
@@ -260,7 +284,7 @@
+
+ + + + + + + + + + + + + +
+
@@ -260,7 +284,7 @@
+
+ + + + + + + + + + + + + +
+
@@ -260,7 +284,7 @@
+
+ + + + + + + + + + + + + +
+
@@ -260,7 +284,7 @@
+
+ + + + + + + + + + + + + +
+
@@ -260,7 +284,7 @@
+
+ + + + + + + + + + + + + +
+
@@ -260,7 +284,7 @@
+
+ + + + + + + + + + + + + +
+
@@ -260,7 +284,7 @@
+
+ + + + + + + + + + + + + +
+
@@ -260,7 +284,7 @@
+
+ + + + + + + + + + + + + +
+
@@ -260,7 +284,7 @@
+
+ + + + + + + + + + + + + +
+
@@ -260,7 +284,7 @@
+
+ + + + + + + + + + + + + +
+
@@ -260,7 +284,7 @@
+
+ + + + + + + + + + + + + +
+
@@ -260,7 +284,7 @@
+
+ + + + + + + + + + + + + +
+
@@ -260,7 +284,7 @@
+
+ + + + + + + + + + + + + +
+
@@ -260,7 +284,7 @@
+
+ + + + + + + + + + + + + +
+
@@ -269,7 +293,7 @@
+
+ + + + + + + + + + + + + +
+
@@ -271,7 +295,7 @@