Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Luc Didry
wemawema
Commits
e10524d0
Verified
Commit
e10524d0
authored
Mar 29, 2021
by
Luc Didry
Browse files
Add Peanuts & Nouka photo
parent
e2b47e17
Pipeline
#402306
passed with stage
in 18 seconds
Changes
6
Pipelines
2
Expand all
Hide whitespace changes
Inline
Side-by-side
CONTRIBUTING.md
View file @
e10524d0
...
...
@@ -23,12 +23,12 @@ Then commit your changes and create a merge request.
## Modifying the javascript
You will need
[
`
minifier
`
](
https://www.npmjs.com/package/
minifier
)
.
You will need
[
`
uglify-js
`
](
https://www.npmjs.com/package/
uglify-js
)
(
`sudo
npm install uglify-js -g
`
).
Modify
`js/wemawema.js`
then do
`
minify js/wema
wema.js`
.
Modify `
js/wemawema.js
` then do `
uglifyjs -c -m -o js/wema_wema.min.js js/wema_
wema.js
`
.
Then commit your changes and create a merge request.
## Other contributions
Just commit your changes and create a merge request.
\ No newline at end of file
Just commit your changes and create a merge request.
img/peanuts-nouka-round.png
0 → 100644
View file @
e10524d0
439 KB
img/peanuts-nouka.png
0 → 100644
View file @
e10524d0
439 KB
index.html
View file @
e10524d0
...
...
@@ -411,6 +411,7 @@
<option
value=
"uyuni"
>
Uyuni
</option>
<option
value=
"bark"
>
Tree bark
</option>
<option
value=
"snow"
>
Snow
</option>
<option
value=
"peanuts-nouka"
>
Peanuts
&
Nouka
</option>
<option
value=
"piksel"
>
Piksel
</option>
<option
value=
"whale"
>
Whale
</option>
<option
value=
"macron"
>
Macron
</option>
...
...
js/wema_wema.js
View file @
e10524d0
...
...
@@ -398,8 +398,23 @@ function bindEvents() {
if
(
this
.
id
!==
'
wemake-font
'
&&
this
.
id
!==
'
wemake-font-style
'
&&
this
.
id
!==
'
porn-font
'
&&
this
.
id
!==
'
porn-font-style
'
)
{
if
(
this
.
id
===
'
bg-type
'
)
{
$
(
this
).
change
(
function
()
{
if
(
$
(
this
).
val
()
===
'
img
'
&&
$
(
'
#bg-img
'
).
val
()
===
'
telechat
'
)
{
if
(
$
(
this
).
val
()
===
'
img
'
&&
(
$
(
'
#bg-img
'
).
val
()
===
'
telechat
'
)
||
$
(
'
#bg-img
'
).
val
()
===
'
peanuts-nouka
'
)
{
$
(
'
#rect-alpha
'
).
val
(
100
);
if
(
$
(
'
#bg-img
'
).
val
()
===
'
peanuts-nouka
'
)
{
$
(
'
#wemake-x
'
).
val
(
'
400
'
);
$
(
'
#wemake-y
'
).
val
(
'
100
'
);
$
(
'
#wemake-size
'
).
val
(
'
90
'
);
$
(
'
#wemake-color
'
).
val
(
'
#FFFFFF
'
);
$
(
'
#wemake-outline-color
'
).
val
(
'
#000000
'
);
$
(
'
#wemake-outline-size
'
).
val
(
5
);
$
(
'
#porn-x
'
).
val
(
'
400
'
);
$
(
'
#porn-y
'
).
val
(
'
385
'
);
$
(
'
#porn-size
'
).
val
(
'
90
'
);
$
(
'
#porn-color
'
).
val
(
'
#FFFFFF
'
);
$
(
'
#porn-outline-color
'
).
val
(
'
#000000
'
);
$
(
'
#porn-outline-size
'
).
val
(
5
);
}
}
if
(
$
(
this
).
val
()
===
'
img
'
&&
$
(
'
#bg-img
'
).
val
()
!==
'
custom
'
)
{
$
(
'
#custom-img-url
'
).
val
(
''
);
...
...
@@ -408,8 +423,23 @@ function bindEvents() {
});
}
else
if
(
this
.
id
===
'
bg-img
'
)
{
$
(
this
).
change
(
function
()
{
if
(
$
(
this
).
val
()
===
'
telechat
'
)
{
if
(
$
(
this
).
val
()
===
'
telechat
'
||
$
(
'
#bg-img
'
).
val
()
===
'
peanuts-nouka
'
)
{
$
(
'
#rect-alpha
'
).
val
(
100
);
if
(
$
(
'
#bg-img
'
).
val
()
===
'
peanuts-nouka
'
)
{
$
(
'
#wemake-x
'
).
val
(
'
400
'
);
$
(
'
#wemake-y
'
).
val
(
'
100
'
);
$
(
'
#wemake-size
'
).
val
(
'
90
'
);
$
(
'
#wemake-color
'
).
val
(
'
#FFFFFF
'
);
$
(
'
#wemake-outline-color
'
).
val
(
'
#000000
'
);
$
(
'
#wemake-outline-size
'
).
val
(
5
);
$
(
'
#porn-x
'
).
val
(
'
400
'
);
$
(
'
#porn-y
'
).
val
(
'
385
'
);
$
(
'
#porn-size
'
).
val
(
'
90
'
);
$
(
'
#porn-color
'
).
val
(
'
#FFFFFF
'
);
$
(
'
#porn-outline-color
'
).
val
(
'
#000000
'
);
$
(
'
#porn-outline-size
'
).
val
(
5
);
}
}
if
(
$
(
this
).
val
()
!==
'
custom
'
)
{
$
(
'
#custom-x
'
).
val
(
0
);
...
...
js/wema_wema.min.js
View file @
e10524d0
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment