Todor Imreorov

Results 385 comments of Todor Imreorov

You can mid click to pan, but also alt+scroll will do exactly what you need here. Ctrl + scroll with do it vertically

Yup, its a known issue. Not easy to fix, but fixable for sure On Sun, 5 Sep 2021, 08:27 AtomicCrocStudo - Chalkie, < ***@***.***> wrote: > Describe the bug >...

I think that some of the suggestions in https://crowdin.com/project/gdevelop/discussions/18 are too long. We need to try and avoid using a lot of text My Suggestion for ``` Do =5 to...

> I suggested something but did not get any feedback: > > > What do you think of having then: "Subtract X from Y", "Add X to Y", "Multiply Y...

> > > What do you think of having then: "Subtract X from Y", "Add X to Y", "Multiply Y by X", "Divide Y by X" "Set Y to X"...

``` Do =5 to variable HITPOINTS of HERO Do -1 to global variable LIVES ``` would become > Set 🚶HERO 📌HITPOINTS to =5 > Set 🌍LIVES to =-1 We need...

Using icons can potentially be the single biggest improvement to the event sheet imo. If we get the code down and use placeholder icons, we can later on replace them...

Its worth considering that these icons need to work for both the light and dark theme Do we have a list of what icons are required? Would their size be...

> er than Do [operator][value] to [something] Do is very confusing imo. Why not do it like Construct2 instead? ![event-sheet-1](https://user-images.githubusercontent.com/6495061/52710886-6b135e80-2f88-11e9-8029-81f001b097a1.png) Just using Set. If its adding to its Set +...

looks cool! Your current approach is very similar to scratch, which I am not a fan of - since its slower to use, but almost the same as coding. It...