Загрузка видео...

Не удалось загрузить видео

На главную

Just some more dev bloopers. Thought it would be a cool thing to have certain skills that swap the kinda ammo you use.

10,646 просмотров • 2 лет назад •via X (Twitter)

Комментарии: 11

Фото профиля Danny
Danny2 лет назад

marko always making unique shit

Фото профиля RhinoThunderHLV
RhinoThunderHLV2 лет назад

nah bro this is actually clean asf

Фото профиля Moh
Moh2 лет назад

Pretty cool stuff man... keep cooking 😁

Фото профиля Kam
Kam2 лет назад

Love it

Фото профиля A Better Name-BR
A Better Name-BR2 лет назад

This looks like Kaiju n.8

Фото профиля bongo
bongo2 лет назад

Please tell me the Kaijus can completely obliterate buildings when you're fighting them

Фото профиля MarkoSumisu
MarkoSumisu2 лет назад

@bba157934234765 That would be the best case scenario but I'll have to revise the destruction system to make that viable and not implode the server with lag

Фото профиля bruh
bruh2 лет назад

have you seen the god eater games before? they're like monster hunter but you can absorb the monsters mid battle and use them as ammo for a gun mode, maybe you could use it as a ref for kaiju no.8 stuff

Фото профиля Liebe_Lord
Liebe_Lord2 лет назад

Please Shad si the nam Of the game ?

Фото профиля Dreamkono
Dreamkono2 лет назад

Pixal gun

Фото профиля MarkoSumisu
MarkoSumisu2 лет назад

rahh

Похожие видео

A closer look on the GSAP powered animations in Webflow. Just from my perspective. In short, it’s way more powerful than I first thought. The more I use it, the more I like it. Of course, there are some parts missing. But it's the first version. There's still a lot to come. For example, custom ease would already make a huge difference. Breakpoints. Maybe a way to add custom functions as sometimes you need to calculate stuff in JavaScript to get complex animations. The biggest part for me is that you can just build the animation inside a timeline. This makes it so much easier than writing it as code. You can fine tune it so much more. When there would be a way to export the tween as code to add some more functionality would be awesome. You can also add custom classes with the timeline, which can then be used in custom CSS to add more functionality. With a bit of custom code you can also use breakpoints for your animations. By using the custom event the animation can be used in custom code which can also be pretty powerful. Didn’t test it so much yet, but would be cool if you could just take the event and use for example the onComplete() from GSAP or other stuff. For example. let mm = gsap.matchMedia(); const module = Webflow.require("ix3"); module.ready().then(() => { mm.add( { isMobile: "(max-width: 992px)", }, (context) => { let { isMobile } = context.conditions; if (isMobile) { module.emit("Mobile Animation"); } } ); }); "Mobile Animation" is the name of your custom event. I hope that part will get more powerful. Something I miss on the timeline is that when you select more actions you can just drag all actions. It would be cool if you could move it frame by frame with the arrow keys, like in Jitter for example. Or just write a specific point like when you have one selected. For now I would further write the code myself, but I’m excited to see where it’s going. Maybe there will be a time where you could animate most parts inside Webflow 🙂 Can’t wait for the next GSAP update!

Eduard Bodak

12,590 просмотров • 11 месяцев назад