We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd738ff commit 1ff5ef2Copy full SHA for 1ff5ef2
internal/app/ui/cpvareditor/collect.go
@@ -9,10 +9,12 @@ import (
9
)
10
11
var unmodifiableVars = []string{
12
- "type", "parent_type", "vars", "x", "y", "z", "filters",
13
- "loc", "maptext", "maptext_width", "maptext_height", "maptext_x", "maptext_y",
14
- "overlays", "underlays", "verbs", "appearance", "vis_locs", "vis_contents",
15
- "vis_flags", "bounds", "particles", "render_source", "render_target",
+ "type", "parent_type", "vars",
+ "x", "y", "z",
+ "loc", "locs", "pixloc",
+ "maptext", "maptext_width", "maptext_height", "maptext_x", "maptext_y",
16
+ "verbs", "appearance", "vis_locs", "vis_contents",
17
+ "bounds", "particles", "render_source", "render_target",
18
}
19
20
func collectVariablesNames(vars *dmvars.Variables) (variablesNames []string) {
0 commit comments