You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is:open label:enhancement Allow "Round" blocks to be placed in any round slot.
Ex: [Play sound "(variable value used as sound name)"] or [Change rotation degrees by "(Ui _Up pressed)"]
The "True" or "False" output, being replaced with a 1 or 0 output instead. Also maybe add small symbols on each block type and allow us to right click a block to delete it, or duplicate it. (It would just help coding feel more natural to me since I often use scratch)
How to Reproduce
Just a suggestion
Block Coding Plugin Version
v0.7.1
Godot Engine Version
v4.3
Operating System
Windows 11
Logs or command-line output
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Round blocks may have different types, so they can't be placed anywhere. For example a Vector3 round block can't be placed into a slot that expects a String block.
There are however some conversions happening and they could be improved.
In my personal opinion, type conversion should be explicit, such as using a string to integer block, that way it's value can be accurately inferred. Then, types can also have unique visual indicators, such as shapes or icons, to avoid confusion about which type it is. In Scratch, if some code accidentally adds a string and an integer, the issue might be misinterpreted. Also, in GDScript, using the + operator between a string and an integer produces an error.
What Happened
is:open label:enhancement Allow "Round" blocks to be placed in any round slot.
Ex: [Play sound "(variable value used as sound name)"] or [Change rotation degrees by "(Ui _Up pressed)"]
The "True" or "False" output, being replaced with a 1 or 0 output instead. Also maybe add small symbols on each block type and allow us to right click a block to delete it, or duplicate it. (It would just help coding feel more natural to me since I often use scratch)
How to Reproduce
Just a suggestion
Block Coding Plugin Version
v0.7.1
Godot Engine Version
v4.3
Operating System
Windows 11
Logs or command-line output
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: