Skip to content
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.

Godot engine things we'd like to fix #46

Open
1 of 5 tasks
Vultraz opened this issue Apr 11, 2019 · 4 comments
Open
1 of 5 tasks

Godot engine things we'd like to fix #46

Vultraz opened this issue Apr 11, 2019 · 4 comments
Labels
discussion Things to be discussed topic:engine

Comments

@Vultraz
Copy link
Member

Vultraz commented Apr 11, 2019

Just a reference list of features we'd like or bugs we come across in Godot that we should either try to implement open issues about.

  • Better Easing interface in the Animation player.
  • A Close All Scenes context option.
  • Vertical GradientTextures.
  • Better interface for when nodes are automatically removed when editing an instantiated scene.
  • Move Signal and Group tab icons closer to their text so it doesn't look like there are 4 buttons.
@Byteron
Copy link
Contributor

Byteron commented Apr 11, 2019

How about a three-step-interpolation for teens?
Currently the tween can only interpolate from A to B.
But it might be useful to interpolate a property from A over B to C.

EDIT: We came to conclusion in Discord that it's already possible by interpolate from A to B, yield, and then interpolate from B to C.

EDIT2: It actually is even easier by delaying an interpolation by xf secs.

@wesnoth wesnoth deleted a comment from Byteron Apr 14, 2019
@Byteron Byteron added discussion Things to be discussed topic:engine labels Apr 22, 2019
@Xrayez
Copy link

Xrayez commented Oct 10, 2019

Vertical GradientTextures.

I guess you're looking for this: godotengine/godot#31655, please express support with the use case for this to get approved, thanks!

@Calinou
Copy link

Calinou commented Oct 20, 2019

A Close All Scenes context option.

This was added in godotengine/godot#28262 🎉

image

@fire
Copy link

fire commented Feb 11, 2020

See godotengine/godot-proposals#392 for the first issue

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
discussion Things to be discussed topic:engine
Projects
None yet
Development

No branches or pull requests

5 participants