We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
An entry like this in device_2D.lua
device_2D.lua
{ { offset = {100, 310}, Knob4 = { offset = {10, 20}, {path="Knob4_path", frames = 4}, { offset = {-110, 105}, label_for_Knob4 = { {path="label_for_Knob4_path"}, }, }, } } }
ignores the named (nested) decal label_for_Knob4.
label_for_Knob4
Note1: it seems that nested named decal is not documented (see documentation) so this is why I did not implement it.
Note2: I believe this kind of nesting was generated by the 3D->2D conversion tool and not hand crafted
The text was updated successfully, but these errors were encountered:
b69d390
ypujante
No branches or pull requests
An entry like this in
device_2D.lua
ignores the named (nested) decal
label_for_Knob4
.Note1: it seems that nested named decal is not documented (see documentation) so this is why I did not implement it.
Note2: I believe this kind of nesting was generated by the 3D->2D conversion tool and not hand crafted
The text was updated successfully, but these errors were encountered: