Skip to content
New issue

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

RE Edit fails to load nested decals #1

Closed
ypujante opened this issue Jan 6, 2023 · 0 comments
Closed

RE Edit fails to load nested decals #1

ypujante opened this issue Jan 6, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@ypujante
Copy link
Member

ypujante commented Jan 6, 2023

An entry like this in 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.

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

@ypujante ypujante self-assigned this Jan 6, 2023
@ypujante ypujante added the bug Something isn't working label Jan 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant