Results 5 issues of yourtime

...D:\NormalPrograms\ZeroBrane\lualibs/?/init.luaengine/?.lua;... ...D:\NormalPrograms\ZeroBrane\lualibs/?/init.lua ; engine/?.lua;... Please fix that.

1. It's hard to resize nodes on vertial direction, could you fix it? 2. When I use scroll bar, sometimes it's hard to locate last node. So I want have...

Godot version v3.1.rc1. When I want to save json file to res://dialogues/, nothing happen. Could you fix this bug and make some console log? Also, the node is too large...

-- keyboard update local key_up = opt.vertical and 'up' or 'right' local key_down = opt.vertical and 'down' or 'left' if core:getPressedKey() == key_up then info.value = math.min(info.max, info.value + info.step)...