0
New Game
Here, I’m trying to recreate my icon. There are three things I need help with in the comments. Link: https://sololearn.com/compiler-playground/WPc2x86oG2tq/?ref=app
7 ответов
+ 5
New Game
perhaps something like this?
most of the work was on the spiky hair...
placing things with transform is hard.
The order of transform makes a lot of difference. I found that ordering it as rotate, translate and scale makes the values needed more intuitive and predictable.
https://code.sololearn.com/W2KT8mISyx6R/?ref=app
+ 2
You can't just use an image?
+ 2
Bob_Li Thanks! I probably won’t need the smaller one
+ 2
nice!
+ 1
New Game
I was just playing around with it and wondering how to resize the entire thing. That's why there's a small one.
I did javascript version to see if it was practical to create it with js.
My thinking was maybe it is possible to obsfucate and minimize the js script so you can add the image to whatever html you make in the future without doing the html part. Maybe even add the css part into the js so it's just one long line of gibberish code.
+ 1
Bob nice perfect
0
I don’t know how the image will work, and besides, I won’t use one since I will animate it