enforce standalone 'expression' child for watch expressions in cfg tree, adjust eval / ui to work on that child, instead of assuming the first child of a watch expression node is the expression string itself - this will let us tag watch expressions with other info, like project / lock status etc.

This commit is contained in:
Ryan Fleury
2026-07-27 16:02:10 -07:00
parent 0b4c20b165
commit ec520227c5
6 changed files with 26 additions and 21 deletions
+1 -1
View File
@@ -71,5 +71,5 @@ target:
target:
{
executable: "../../Program Files/SuperTux/bin/supertux2.exe"
working_directory: "../../Program Files/SuperTux/bin/"
working_directory: "../../Program Files/SuperTux/bin"
}