From 7002f15043f59cce502daf6935daa4f328de930d Mon Sep 17 00:00:00 2001 From: Neeve01 Date: Fri, 21 Jun 2019 14:43:40 +1100 Subject: [PATCH] More presets? --- moonpanelPresets/tutorials/sun/sun1.txt | 93 ++++++++++++++++ moonpanelPresets/tutorials/sun/sun10.txt | 116 ++++++++++++++++++++ moonpanelPresets/tutorials/sun/sun2.txt | 108 +++++++++++++++++++ moonpanelPresets/tutorials/sun/sun3.txt | 89 ++++++++++++++++ moonpanelPresets/tutorials/sun/sun4.txt | 89 ++++++++++++++++ moonpanelPresets/tutorials/sun/sun5.txt | 129 +++++++++++++++++++++++ moonpanelPresets/tutorials/sun/sun6.txt | 119 +++++++++++++++++++++ moonpanelPresets/tutorials/sun/sun7.txt | 100 ++++++++++++++++++ moonpanelPresets/tutorials/sun/sun8.txt | 100 ++++++++++++++++++ moonpanelPresets/tutorials/sun/sun9.txt | 116 ++++++++++++++++++++ 10 files changed, 1059 insertions(+) create mode 100644 moonpanelPresets/tutorials/sun/sun1.txt create mode 100644 moonpanelPresets/tutorials/sun/sun10.txt create mode 100644 moonpanelPresets/tutorials/sun/sun2.txt create mode 100644 moonpanelPresets/tutorials/sun/sun3.txt create mode 100644 moonpanelPresets/tutorials/sun/sun4.txt create mode 100644 moonpanelPresets/tutorials/sun/sun5.txt create mode 100644 moonpanelPresets/tutorials/sun/sun6.txt create mode 100644 moonpanelPresets/tutorials/sun/sun7.txt create mode 100644 moonpanelPresets/tutorials/sun/sun8.txt create mode 100644 moonpanelPresets/tutorials/sun/sun9.txt diff --git a/moonpanelPresets/tutorials/sun/sun1.txt b/moonpanelPresets/tutorials/sun/sun1.txt new file mode 100644 index 0000000..1201b09 --- /dev/null +++ b/moonpanelPresets/tutorials/sun/sun1.txt @@ -0,0 +1,93 @@ +--@name sun1 +--@include moonpanel/core/moonpanel.txt +-- +-- AUTOMATICALLY DOWNLOADED & TRANSPILED BY MOONPANEL DOWNLOADER +-- + +tile = require "moonpanel/core/moonpanel.txt" + +if SERVER then + cells = { + { + type = "Sun", + x = 1, + y = 1, + attributes = { + color = 9, + } + }, + { + type = "Sun", + x = 3, + y = 3, + attributes = { + color = 9, + } + }, + } + + intersections = { + { + type = "Exit", + x = 2, + y = 1, + }, + { + type = "Entrance", + x = 3, + y = 4, + }, + } + + vpaths = { + { + type = "Disjoint", + x = 1, + y = 1, + }, + { + type = "Disjoint", + x = 4, + y = 1, + }, + } + + hpaths = { + { + type = "Disjoint", + x = 1, + y = 3, + }, + { + type = "Disjoint", + x = 1, + y = 4, + }, + { + type = "Disjoint", + x = 3, + y = 3, + }, + } + + tile:setup({ + cells = cells, + vpaths = vpaths, + hpaths = hpaths, + intersections = intersections, + tile = { + width = 3, + height = 3, + innerScreenRatio = 0.8, + barWidth = 50 + }, + colors = { + solved = Color(220, 160, 0), + cell = Color(75, 80, 100), + background = Color(70, 70, 100), + vignette = Color(0, 0, 0, 16), + untraced = Color(10, 10, 40), + traced = Color(220, 220, 220) + } + }) +end \ No newline at end of file diff --git a/moonpanelPresets/tutorials/sun/sun10.txt b/moonpanelPresets/tutorials/sun/sun10.txt new file mode 100644 index 0000000..970959c --- /dev/null +++ b/moonpanelPresets/tutorials/sun/sun10.txt @@ -0,0 +1,116 @@ +--@name sun10 +--@include moonpanel/core/moonpanel.txt +-- +-- AUTOMATICALLY DOWNLOADED & TRANSPILED BY MOONPANEL DOWNLOADER +-- + +tile = require "moonpanel/core/moonpanel.txt" + +if SERVER then + cells = { + { + type = "Sun", + x = 1, + y = 1, + attributes = { + color = 9, + } + }, + { + type = "Sun", + x = 1, + y = 2, + attributes = { + color = 9, + } + }, + { + type = "Sun", + x = 1, + y = 3, + attributes = { + color = 9, + } + }, + { + type = "Sun", + x = 1, + y = 4, + attributes = { + color = 9, + } + }, + { + type = "Sun", + x = 2, + y = 1, + attributes = { + color = 9, + } + }, + { + type = "Sun", + x = 2, + y = 4, + attributes = { + color = 9, + } + }, + { + type = "Sun", + x = 3, + y = 1, + attributes = { + color = 9, + } + }, + { + type = "Sun", + x = 4, + y = 1, + attributes = { + color = 9, + } + }, + } + + intersections = { + { + type = "Entrance", + x = 1, + y = 5, + }, + { + type = "Exit", + x = 5, + y = 1, + }, + } + + vpaths = { + } + + hpaths = { + } + + tile:setup({ + cells = cells, + vpaths = vpaths, + hpaths = hpaths, + intersections = intersections, + tile = { + width = 4, + height = 4, + innerScreenRatio = 0.825, + barWidth = 45 + }, + colors = { + solved = Color(220, 160, 0), + cell = Color(75, 80, 100), + background = Color(70, 70, 100), + vignette = Color(0, 0, 0, 16), + untraced = Color(10, 10, 40), + traced = Color(220, 220, 220) + } + }) +end \ No newline at end of file diff --git a/moonpanelPresets/tutorials/sun/sun2.txt b/moonpanelPresets/tutorials/sun/sun2.txt new file mode 100644 index 0000000..d4bbcd1 --- /dev/null +++ b/moonpanelPresets/tutorials/sun/sun2.txt @@ -0,0 +1,108 @@ +--@name sun2 +--@include moonpanel/core/moonpanel.txt +-- +-- AUTOMATICALLY DOWNLOADED & TRANSPILED BY MOONPANEL DOWNLOADER +-- + +tile = require "moonpanel/core/moonpanel.txt" + +if SERVER then + cells = { + { + type = "Sun", + x = 1, + y = 4, + attributes = { + color = 9, + } + }, + { + type = "Sun", + x = 4, + y = 1, + attributes = { + color = 9, + } + }, + } + + intersections = { + { + type = "Exit", + x = 3, + y = 1, + }, + { + type = "Entrance", + x = 3, + y = 5, + }, + } + + vpaths = { + { + type = "Disjoint", + x = 1, + y = 1, + }, + { + type = "Disjoint", + x = 4, + y = 1, + }, + { + type = "Disjoint", + x = 5, + y = 3, + }, + } + + hpaths = { + { + type = "Disjoint", + x = 2, + y = 2, + }, + { + type = "Disjoint", + x = 2, + y = 4, + }, + { + type = "Disjoint", + x = 2, + y = 5, + }, + { + type = "Disjoint", + x = 3, + y = 1, + }, + { + type = "Disjoint", + x = 4, + y = 2, + }, + } + + tile:setup({ + cells = cells, + vpaths = vpaths, + hpaths = hpaths, + intersections = intersections, + tile = { + width = 4, + height = 4, + innerScreenRatio = 0.825, + barWidth = 45 + }, + colors = { + solved = Color(220, 160, 0), + cell = Color(75, 80, 100), + background = Color(70, 70, 100), + vignette = Color(0, 0, 0, 16), + untraced = Color(10, 10, 40), + traced = Color(220, 220, 220) + } + }) +end \ No newline at end of file diff --git a/moonpanelPresets/tutorials/sun/sun3.txt b/moonpanelPresets/tutorials/sun/sun3.txt new file mode 100644 index 0000000..c0474c8 --- /dev/null +++ b/moonpanelPresets/tutorials/sun/sun3.txt @@ -0,0 +1,89 @@ +--@name sun3 +--@include moonpanel/core/moonpanel.txt +-- +-- AUTOMATICALLY DOWNLOADED & TRANSPILED BY MOONPANEL DOWNLOADER +-- + +tile = require "moonpanel/core/moonpanel.txt" + +if SERVER then + cells = { + { + type = "Sun", + x = 1, + y = 1, + attributes = { + color = 9, + } + }, + { + type = "Sun", + x = 1, + y = 2, + attributes = { + color = 9, + } + }, + { + type = "Sun", + x = 2, + y = 1, + attributes = { + color = 9, + } + }, + { + type = "Sun", + x = 2, + y = 2, + attributes = { + color = 9, + } + }, + } + + intersections = { + { + type = "Exit", + x = 2, + y = 1, + }, + { + type = "Entrance", + x = 2, + y = 3, + }, + } + + vpaths = { + } + + hpaths = { + { + type = "Disjoint", + x = 2, + y = 2, + }, + } + + tile:setup({ + cells = cells, + vpaths = vpaths, + hpaths = hpaths, + intersections = intersections, + tile = { + width = 2, + height = 2, + innerScreenRatio = 0.8, + barWidth = 50 + }, + colors = { + solved = Color(220, 160, 0), + cell = Color(75, 80, 100), + background = Color(70, 70, 100), + vignette = Color(0, 0, 0, 16), + untraced = Color(10, 10, 40), + traced = Color(220, 220, 220) + } + }) +end \ No newline at end of file diff --git a/moonpanelPresets/tutorials/sun/sun4.txt b/moonpanelPresets/tutorials/sun/sun4.txt new file mode 100644 index 0000000..5a0ef55 --- /dev/null +++ b/moonpanelPresets/tutorials/sun/sun4.txt @@ -0,0 +1,89 @@ +--@name sun4 +--@include moonpanel/core/moonpanel.txt +-- +-- AUTOMATICALLY DOWNLOADED & TRANSPILED BY MOONPANEL DOWNLOADER +-- + +tile = require "moonpanel/core/moonpanel.txt" + +if SERVER then + cells = { + { + type = "Sun", + x = 1, + y = 1, + attributes = { + color = 9, + } + }, + { + type = "Sun", + x = 1, + y = 2, + attributes = { + color = 9, + } + }, + { + type = "Sun", + x = 2, + y = 1, + attributes = { + color = 9, + } + }, + { + type = "Sun", + x = 2, + y = 2, + attributes = { + color = 9, + } + }, + } + + intersections = { + { + type = "Exit", + x = 2, + y = 1, + }, + { + type = "Entrance", + x = 2, + y = 3, + }, + } + + vpaths = { + { + type = "Disjoint", + x = 2, + y = 1, + }, + } + + hpaths = { + } + + tile:setup({ + cells = cells, + vpaths = vpaths, + hpaths = hpaths, + intersections = intersections, + tile = { + width = 2, + height = 2, + innerScreenRatio = 0.8, + barWidth = 50 + }, + colors = { + solved = Color(220, 160, 0), + cell = Color(75, 80, 100), + background = Color(70, 70, 100), + vignette = Color(0, 0, 0, 16), + untraced = Color(10, 10, 40), + traced = Color(220, 220, 220) + } + }) +end \ No newline at end of file diff --git a/moonpanelPresets/tutorials/sun/sun5.txt b/moonpanelPresets/tutorials/sun/sun5.txt new file mode 100644 index 0000000..d853ea2 --- /dev/null +++ b/moonpanelPresets/tutorials/sun/sun5.txt @@ -0,0 +1,129 @@ +--@name sun5 +--@include moonpanel/core/moonpanel.txt +-- +-- AUTOMATICALLY DOWNLOADED & TRANSPILED BY MOONPANEL DOWNLOADER +-- + +tile = require "moonpanel/core/moonpanel.txt" + +if SERVER then + cells = { + { + type = "Sun", + x = 1, + y = 1, + attributes = { + color = 9, + } + }, + { + type = "Sun", + x = 1, + y = 4, + attributes = { + color = 9, + } + }, + { + type = "Sun", + x = 4, + y = 1, + attributes = { + color = 9, + } + }, + { + type = "Sun", + x = 4, + y = 4, + attributes = { + color = 9, + } + }, + } + + intersections = { + { + type = "Exit", + x = 3, + y = 1, + }, + { + type = "Entrance", + x = 3, + y = 5, + }, + } + + vpaths = { + { + type = "Disjoint", + x = 2, + y = 1, + }, + { + type = "Disjoint", + x = 2, + y = 3, + }, + { + type = "Disjoint", + x = 3, + y = 1, + }, + { + type = "Disjoint", + x = 4, + y = 2, + }, + } + + hpaths = { + { + type = "Disjoint", + x = 1, + y = 1, + }, + { + type = "Disjoint", + x = 2, + y = 3, + }, + { + type = "Disjoint", + x = 3, + y = 2, + }, + { + type = "Disjoint", + x = 3, + y = 4, + }, + { + type = "Disjoint", + x = 4, + y = 5, + }, + } + + tile:setup({ + cells = cells, + vpaths = vpaths, + hpaths = hpaths, + intersections = intersections, + tile = { + width = 4, + height = 4, + innerScreenRatio = 0.825, + barWidth = 45 + }, + colors = { + solved = Color(220, 160, 0), + cell = Color(75, 80, 100), + background = Color(70, 70, 100), + vignette = Color(0, 0, 0, 16), + untraced = Color(10, 10, 40), + traced = Color(220, 220, 220) + } + }) +end \ No newline at end of file diff --git a/moonpanelPresets/tutorials/sun/sun6.txt b/moonpanelPresets/tutorials/sun/sun6.txt new file mode 100644 index 0000000..6abc671 --- /dev/null +++ b/moonpanelPresets/tutorials/sun/sun6.txt @@ -0,0 +1,119 @@ +--@name sun6 +--@include moonpanel/core/moonpanel.txt +-- +-- AUTOMATICALLY DOWNLOADED & TRANSPILED BY MOONPANEL DOWNLOADER +-- + +tile = require "moonpanel/core/moonpanel.txt" + +if SERVER then + cells = { + { + type = "Sun", + x = 1, + y = 1, + attributes = { + color = 9, + } + }, + { + type = "Sun", + x = 1, + y = 4, + attributes = { + color = 9, + } + }, + { + type = "Sun", + x = 4, + y = 1, + attributes = { + color = 9, + } + }, + { + type = "Sun", + x = 4, + y = 4, + attributes = { + color = 9, + } + }, + } + + intersections = { + { + type = "Exit", + x = 3, + y = 1, + }, + { + type = "Entrance", + x = 3, + y = 5, + }, + } + + vpaths = { + { + type = "Disjoint", + x = 1, + y = 2, + }, + { + type = "Disjoint", + x = 2, + y = 1, + }, + { + type = "Disjoint", + x = 2, + y = 2, + }, + { + type = "Disjoint", + x = 2, + y = 3, + }, + { + type = "Disjoint", + x = 3, + y = 1, + }, + { + type = "Disjoint", + x = 4, + y = 1, + }, + { + type = "Disjoint", + x = 5, + y = 4, + }, + } + + hpaths = { + } + + tile:setup({ + cells = cells, + vpaths = vpaths, + hpaths = hpaths, + intersections = intersections, + tile = { + width = 4, + height = 4, + innerScreenRatio = 0.825, + barWidth = 45 + }, + colors = { + solved = Color(220, 160, 0), + cell = Color(75, 80, 100), + background = Color(70, 70, 100), + vignette = Color(0, 0, 0, 16), + untraced = Color(10, 10, 40), + traced = Color(220, 220, 220) + } + }) +end \ No newline at end of file diff --git a/moonpanelPresets/tutorials/sun/sun7.txt b/moonpanelPresets/tutorials/sun/sun7.txt new file mode 100644 index 0000000..255a84f --- /dev/null +++ b/moonpanelPresets/tutorials/sun/sun7.txt @@ -0,0 +1,100 @@ +--@name sun7 +--@include moonpanel/core/moonpanel.txt +-- +-- AUTOMATICALLY DOWNLOADED & TRANSPILED BY MOONPANEL DOWNLOADER +-- + +tile = require "moonpanel/core/moonpanel.txt" + +if SERVER then + cells = { + { + type = "Sun", + x = 1, + y = 1, + attributes = { + color = 9, + } + }, + { + type = "Sun", + x = 1, + y = 2, + attributes = { + color = 9, + } + }, + { + type = "Sun", + x = 1, + y = 3, + attributes = { + color = 9, + } + }, + { + type = "Sun", + x = 3, + y = 1, + attributes = { + color = 9, + } + }, + { + type = "Sun", + x = 3, + y = 2, + attributes = { + color = 9, + } + }, + { + type = "Sun", + x = 3, + y = 3, + attributes = { + color = 9, + } + }, + } + + intersections = { + { + type = "Entrance", + x = 1, + y = 4, + }, + { + type = "Exit", + x = 4, + y = 1, + }, + } + + vpaths = { + } + + hpaths = { + } + + tile:setup({ + cells = cells, + vpaths = vpaths, + hpaths = hpaths, + intersections = intersections, + tile = { + width = 3, + height = 3, + innerScreenRatio = 0.8, + barWidth = 50 + }, + colors = { + solved = Color(220, 160, 0), + cell = Color(75, 80, 100), + background = Color(70, 70, 100), + vignette = Color(0, 0, 0, 16), + untraced = Color(10, 10, 40), + traced = Color(220, 220, 220) + } + }) +end \ No newline at end of file diff --git a/moonpanelPresets/tutorials/sun/sun8.txt b/moonpanelPresets/tutorials/sun/sun8.txt new file mode 100644 index 0000000..cfc7286 --- /dev/null +++ b/moonpanelPresets/tutorials/sun/sun8.txt @@ -0,0 +1,100 @@ +--@name sun8 +--@include moonpanel/core/moonpanel.txt +-- +-- AUTOMATICALLY DOWNLOADED & TRANSPILED BY MOONPANEL DOWNLOADER +-- + +tile = require "moonpanel/core/moonpanel.txt" + +if SERVER then + cells = { + { + type = "Sun", + x = 1, + y = 1, + attributes = { + color = 9, + } + }, + { + type = "Sun", + x = 1, + y = 3, + attributes = { + color = 9, + } + }, + { + type = "Sun", + x = 2, + y = 1, + attributes = { + color = 9, + } + }, + { + type = "Sun", + x = 2, + y = 3, + attributes = { + color = 9, + } + }, + { + type = "Sun", + x = 3, + y = 1, + attributes = { + color = 9, + } + }, + { + type = "Sun", + x = 3, + y = 3, + attributes = { + color = 9, + } + }, + } + + intersections = { + { + type = "Entrance", + x = 1, + y = 4, + }, + { + type = "Exit", + x = 4, + y = 1, + }, + } + + vpaths = { + } + + hpaths = { + } + + tile:setup({ + cells = cells, + vpaths = vpaths, + hpaths = hpaths, + intersections = intersections, + tile = { + width = 3, + height = 3, + innerScreenRatio = 0.8, + barWidth = 50 + }, + colors = { + solved = Color(220, 160, 0), + cell = Color(75, 80, 100), + background = Color(70, 70, 100), + vignette = Color(0, 0, 0, 16), + untraced = Color(10, 10, 40), + traced = Color(220, 220, 220) + } + }) +end \ No newline at end of file diff --git a/moonpanelPresets/tutorials/sun/sun9.txt b/moonpanelPresets/tutorials/sun/sun9.txt new file mode 100644 index 0000000..77b2cdc --- /dev/null +++ b/moonpanelPresets/tutorials/sun/sun9.txt @@ -0,0 +1,116 @@ +--@name sun9 +--@include moonpanel/core/moonpanel.txt +-- +-- AUTOMATICALLY DOWNLOADED & TRANSPILED BY MOONPANEL DOWNLOADER +-- + +tile = require "moonpanel/core/moonpanel.txt" + +if SERVER then + cells = { + { + type = "Sun", + x = 1, + y = 1, + attributes = { + color = 9, + } + }, + { + type = "Sun", + x = 1, + y = 2, + attributes = { + color = 9, + } + }, + { + type = "Sun", + x = 1, + y = 3, + attributes = { + color = 9, + } + }, + { + type = "Sun", + x = 2, + y = 3, + attributes = { + color = 9, + } + }, + { + type = "Sun", + x = 4, + y = 1, + attributes = { + color = 9, + } + }, + { + type = "Sun", + x = 4, + y = 2, + attributes = { + color = 9, + } + }, + { + type = "Sun", + x = 4, + y = 3, + attributes = { + color = 9, + } + }, + { + type = "Sun", + x = 4, + y = 4, + attributes = { + color = 9, + } + }, + } + + intersections = { + { + type = "Exit", + x = 3, + y = 1, + }, + { + type = "Entrance", + x = 3, + y = 5, + }, + } + + vpaths = { + } + + hpaths = { + } + + tile:setup({ + cells = cells, + vpaths = vpaths, + hpaths = hpaths, + intersections = intersections, + tile = { + width = 4, + height = 4, + innerScreenRatio = 0.825, + barWidth = 45 + }, + colors = { + solved = Color(220, 160, 0), + cell = Color(75, 80, 100), + background = Color(70, 70, 100), + vignette = Color(0, 0, 0, 16), + untraced = Color(10, 10, 40), + traced = Color(220, 220, 220) + } + }) +end \ No newline at end of file