holaa
This commit is contained in:
parent
c56c93bca8
commit
817cadfbb0
1 changed files with 27 additions and 35 deletions
|
@ -4,6 +4,33 @@ package frames
|
|||
var Bomb = DefaultFrameType(bomb)
|
||||
|
||||
var bomb = []string{
|
||||
`
|
||||
|
||||
:
|
||||
.-
|
||||
-.
|
||||
:.
|
||||
-.
|
||||
-
|
||||
-
|
||||
- :- :=+#@@%%%%%**-.
|
||||
*=@@@@@@@@@%%%##***###*.
|
||||
%@@@@@%@@@@@@@@%%%##**##%+.
|
||||
-@@@@@%#%@@@@@@@@@@@%%%%%%%@-
|
||||
%@@@@@@@@@@@@@@@@@@@@@@@@@@@+
|
||||
=@@@@@@@@@%%%%%%@@@@@@@@@@@@@@-
|
||||
#@@@@@@@%%#####%%@@@@@@%%%%@@@%
|
||||
%@@@@@@@%##***##%%@@@%%%##%%@@@.
|
||||
%@@@@@@@%%#####%%%@@%%#####%@@@
|
||||
*@@@@@@@@@%%%%%@@@@@%%#####%@@%
|
||||
:%@@@@@@@@@@@@@@@@@@@%%##%%@@@.
|
||||
-%@@@@@@@@@@@@@@@@@@@%%%@@@@.
|
||||
#@@@@@@@@@@@@@@@@@@@@@@@%.
|
||||
-#@@@@@@@@@@@@@@@@@@@#:
|
||||
=#@@@@@@@@@@@@@%+:
|
||||
:-++++++=-:.
|
||||
|
||||
`,
|
||||
`
|
||||
|
||||
.+-
|
||||
|
@ -31,39 +58,4 @@ var bomb = []string{
|
|||
:-++++++=-:.
|
||||
|
||||
`,
|
||||
`
|
||||
|
||||
. .
|
||||
+-:.
|
||||
++=
|
||||
.++.
|
||||
+
|
||||
+
|
||||
+
|
||||
::
|
||||
.+
|
||||
== ::-------.
|
||||
-= .:=*=:=+\\#@@@@\%\%\%\%\%\\#\\#\%\%\\#+=:
|
||||
:+\%@@@@@@@@@@@\%\%\%\%\\#\\#\\#****\\#\\#\%\%=
|
||||
=\%@\\#@@@@@@@@@@@@@@\%\%\%\\#\\#\\#\\#****\\#\%\%+.
|
||||
=@@@@@@@\\#\\#\%@@@@@@@@@@@@\%\%\%\%\\#\\#\\#\\#\\#\%\%@=
|
||||
-@@@@@@@\%\%\\#@@@@@@@@@@@@@@@@\%\%\%\%\%\%\%\%@=
|
||||
.\%@\%@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@:
|
||||
+@@@@@@@@@@@@\%\%\%\%\%\%\%@@@@@@@@@@@@@@@@@@\\#
|
||||
.\%@@@@@@@@@@\%\%\\#\\#\\#\\#\\#\%\%\%@@@@@@@@@@\%\%@@@@@@:
|
||||
=@@@@@@@@@@\%\%\\#\\#***\\#\\#\\#\%\%@@@@@@\%\%\%\%\%\%\%@@@@=
|
||||
=@@@@@@@@@@\%\%\\#\\#****\\#\\#\%\%@@@@@\%\%\%\\#\\#\\#\\#\%\%@@@*
|
||||
=@@@@@@@@@@\%\%\%\\#\\#\\#\\#\\#\\#\%\%\%@@@@\%\%\%\\#\\#\\#\\#\\#\%\%@@@=
|
||||
.\%@@@@@@@@@@@\%\%\%\%\%\%\%\%@@@@@@\%\%\\#\\#\\#\\#\\#\\#\%\%@@@=
|
||||
*\%@@@@@@@@@@@@@\%\%@@@@@@@@@\%\%\\#\\#\\#\\#\\#\%\%@@@@
|
||||
.\\#\%@@@@@@@@@@@@@@@@@@@@@@@\%\%\%\%\%\%\%\%@@@@-
|
||||
+\%@@@@@@@@@@@@@@@@@@@@@@@@\%\%\%@@@@@\%:
|
||||
+\%@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@\%
|
||||
:*\%@@@@@@@@@@@@@@@@@@@@@@@@@@\%-
|
||||
.+\%@@@@@@@@@@@@@@@@@@@@@@\\#-
|
||||
-=*\%@@@@@@@@@@@@@@\%\\#=.
|
||||
::=++******-:
|
||||
|
||||
|
||||
`,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue