From: Holger Schemel Date: Sun, 1 Dec 2024 13:28:35 +0000 (+0100) Subject: added game element descriptions for even more BD style game elements X-Git-Tag: 4.4.0.0-test-4~4 X-Git-Url: https://git.artsoft.org/?a=commitdiff_plain;h=aa014a66cc19a8a48fb1c27af64cae67633c5db6;p=rocksndiamonds.git added game element descriptions for even more BD style game elements --- diff --git a/docs/elements/bdx_wall_non_sloped.txt b/docs/elements/bdx_wall_non_sloped.txt new file mode 100644 index 00000000..1136a98e --- /dev/null +++ b/docs/elements/bdx_wall_non_sloped.txt @@ -0,0 +1,4 @@ +This is a non-sloped variant of normal wall. + +Unlike normal walls, objects +that can fall will not slip off this wall to the left or to the right. diff --git a/docs/elements/bdx_wall_sloped_down_left.txt b/docs/elements/bdx_wall_sloped_down_left.txt new file mode 100644 index 00000000..88efcfd3 --- /dev/null +++ b/docs/elements/bdx_wall_sloped_down_left.txt @@ -0,0 +1,3 @@ +Acts like ordinary wall, but is sloped on the lower left corner. + +Elements like flying rocks or diamonds will roll off to the left. diff --git a/docs/elements/bdx_wall_sloped_down_right.txt b/docs/elements/bdx_wall_sloped_down_right.txt new file mode 100644 index 00000000..a4ef6991 --- /dev/null +++ b/docs/elements/bdx_wall_sloped_down_right.txt @@ -0,0 +1,3 @@ +Acts like ordinary wall, but is sloped on the lower right corner. + +Elements like flying rocks or diamonds will roll off to the right. diff --git a/docs/elements/bdx_wall_sloped_up_left.txt b/docs/elements/bdx_wall_sloped_up_left.txt new file mode 100644 index 00000000..4357cfd3 --- /dev/null +++ b/docs/elements/bdx_wall_sloped_up_left.txt @@ -0,0 +1,3 @@ +Acts like ordinary wall, but is sloped on the upper left corner. + +Elements like rocks or diamonds will roll off to the left. diff --git a/docs/elements/bdx_wall_sloped_up_right.txt b/docs/elements/bdx_wall_sloped_up_right.txt new file mode 100644 index 00000000..e021923d --- /dev/null +++ b/docs/elements/bdx_wall_sloped_up_right.txt @@ -0,0 +1,3 @@ +Acts like ordinary wall, but is sloped on the upper right corner. + +Elements like rocks or diamonds will roll off to the right.