Skip to content

Commit

Permalink
better watch functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
hry-gh committed May 27, 2024
1 parent d985699 commit 6fa65cb
Show file tree
Hide file tree
Showing 14 changed files with 489 additions and 92 deletions.
4 changes: 2 additions & 2 deletions content/_index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
+++
title = "OpenDream DreamMaker Reference"
title = "OpenDream DM Reference"
+++

Welcome to the OpenDream DreamMaker reference.
Welcome to the OpenDream DM Reference.

Deeply WIP, for a taste at how this works, look at [/atom/movable procs](@/objects/atom/movable/proc/_index.md).

Expand Down
4 changes: 3 additions & 1 deletion content/objects/area/_index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
+++
title = "/area"
weight = 100

[extra]
parent_type = "/atom"
+++
3 changes: 3 additions & 0 deletions content/objects/icon/_index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
+++
title = "/icon"

[extra]
parent_type = "/datum"
+++
4 changes: 3 additions & 1 deletion content/objects/image/_index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
+++
title = "/image"
weight = 1

[extra]
parent_type = "/datum"
+++
3 changes: 3 additions & 0 deletions content/objects/matrix/_index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
+++
title = "/matrix"

[extra]
parent_type = "/datum"
+++
3 changes: 3 additions & 0 deletions content/objects/mutable_appearance/_index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
+++
title = "/mutable_appearance"

[extra]
parent_type = "/datum"
+++
3 changes: 3 additions & 0 deletions content/objects/obj/_index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
+++
title = "/obj"

[extra]
parent_type = "/atom/movable"
+++
3 changes: 3 additions & 0 deletions content/objects/regex/_index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
+++
title = "/regex"

[extra]
parent_type = "/datum"
+++
3 changes: 3 additions & 0 deletions content/objects/sound/_index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
+++
title = "/sound"

[extra]
parent_type = "/datum"
+++
Loading

0 comments on commit 6fa65cb

Please sign in to comment.