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
Some vanilla maps use scalable props with undefined size. Inside heat-dng/f2/room-cold, there are scalable props called waterfallLong from the heat-dng sheet that do not have a defined size. The map editor doesn't render these at all, thus there is no way to interact with them without blindly doing it in the json.
Another example of this are the sandLine props from the heat-dng sheet. These can be found in heat-dng/g/room-09.
A workaround is to manually define a prop in the JSON which includes a value for size. These will work and show up in the editor, but vanilla props will not.
The text was updated successfully, but these errors were encountered:
Some vanilla maps use scalable props with undefined size. Inside
heat-dng/f2/room-cold
, there are scalable props calledwaterfallLong
from theheat-dng
sheet that do not have a defined size. The map editor doesn't render these at all, thus there is no way to interact with them without blindly doing it in the json.Another example of this are the
sandLine
props from theheat-dng
sheet. These can be found inheat-dng/g/room-09
.A workaround is to manually define a prop in the JSON which includes a value for size. These will work and show up in the editor, but vanilla props will not.
The text was updated successfully, but these errors were encountered: