summaryrefslogtreecommitdiff
path: root/guide-src/widget-inputs
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-08-28 11:50:57 -0400
committerpommicket <pommicket@gmail.com>2023-08-28 11:50:57 -0400
commitf4cc8ce7a8712e2e840b0c120a3f86eadb665626 (patch)
tree36f5ee546dce6395006decc50418ccf7505f4237 /guide-src/widget-inputs
parentf790b4e1baa5dfe1296cf0887011583bee7afca8 (diff)
add, sub, div, more work on the guide
Diffstat (limited to 'guide-src/widget-inputs')
-rw-r--r--guide-src/widget-inputs/builtins.html3
-rw-r--r--guide-src/widget-inputs/constants.html3
-rw-r--r--guide-src/widget-inputs/vectors.html3
3 files changed, 9 insertions, 0 deletions
diff --git a/guide-src/widget-inputs/builtins.html b/guide-src/widget-inputs/builtins.html
new file mode 100644
index 0000000..6434921
--- /dev/null
+++ b/guide-src/widget-inputs/builtins.html
@@ -0,0 +1,3 @@
+--- Built-in values
+
+<h1 style="color:red">TODO</h1>
diff --git a/guide-src/widget-inputs/constants.html b/guide-src/widget-inputs/constants.html
new file mode 100644
index 0000000..a2a89ac
--- /dev/null
+++ b/guide-src/widget-inputs/constants.html
@@ -0,0 +1,3 @@
+--- Constants
+
+<h1 style="color:red">TODO</h1>
diff --git a/guide-src/widget-inputs/vectors.html b/guide-src/widget-inputs/vectors.html
new file mode 100644
index 0000000..33bbea1
--- /dev/null
+++ b/guide-src/widget-inputs/vectors.html
@@ -0,0 +1,3 @@
+--- Vectors
+
+<h1 style="color:red">TODO</h1>