What Happened
Parser Error: Preload file "res://addons/block_code/ui/blocks/utilities/parameter_input/parameter_input.tscn::StyleBoxFlat_7m75r" does not exist.
How to Reproduce
- Add a sprite node in the scene
- For the block editor, have these actions:
when starting while true if (action ui_left is pressed) change position by -1, 0 else if (action ui_right is pressed) change position by 1, 0 else if (action ui_up is pressed) change position by 0, 1 else if (action ui_down is pressed) change position by 0, -1
- Hit run
Block Coding Plugin Version
v0.10.1
Godot Engine Version
v4.6.1.stable.official
Operating System
Windows 11
Logs or command-line output
Parser Error: Preload file "res://addons/block_code/ui/blocks/utilities/parameter_input/parameter_input.tscn::StyleBoxFlat_7m75r" does not exist
Line: const Option_Theme = preload("res://addons/block_code/ui/blocks/utilities/parameter_input/parameter_input.tscn::StyleBoxFlat_7m75r")
Anything else?
No response
What Happened
Parser Error: Preload file "res://addons/block_code/ui/blocks/utilities/parameter_input/parameter_input.tscn::StyleBoxFlat_7m75r" does not exist.
How to Reproduce
when starting while true if (action ui_left is pressed) change position by -1, 0 else if (action ui_right is pressed) change position by 1, 0 else if (action ui_up is pressed) change position by 0, 1 else if (action ui_down is pressed) change position by 0, -1Block Coding Plugin Version
v0.10.1
Godot Engine Version
v4.6.1.stable.official
Operating System
Windows 11
Logs or command-line output
Anything else?
No response