Git Product home page Git Product logo

message_box's People

Contributors

tlitookilakin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

message_box's Issues

Auto scroll doesn't work

Using Godot 3.2.3

The auto scroll functionality seems to be broken, or at least your implementation is depending on something that may be bugged.

As the screen show below shows, no options are checked that should be interfering, however you can see in the console output, that get_visible_line_count() is never greater than 0. This apparently is a known issue and has a fix slated for the 4.0 release as shown here:
godotengine/godot#40217

I'm not sure if there is a workaround that can be used in the mean time, but this is probably something worth noting.

image

Does not autoplay with message is changed

I'm using set_text to change the dialog in a message box but when I do so, it changes the text without any typewriter animation. It just instantly puts the text up.

Crash when mouse is moved

Using Godot 3.2.3

event.echo crashes when InputEventMouseMotion occurs as shown in the attached screen shot.

I assume the goal is to filter out unnecessary events, but perhaps adding or event is InputEventMouseMotion could fix the issue.
edit: Seems to crash on InputEventMouseButton too.

	if _tween == null or event is InputEventMouseMotion or event.echo:
		return

error

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.