mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-02-03 06:45:53 +01:00
Ported "Fix GDScript export hint for Navigation2D layer names - smix8" for cscript aswell.
This commit is contained in:
parent
f7f386b697
commit
2c225f79fb
@ -4232,7 +4232,7 @@ void CScriptParser::_parse_class(ClassNode *p_class) {
|
|||||||
_set_error("Expected \")\" in the layers 2D navigation hint.");
|
_set_error("Expected \")\" in the layers 2D navigation hint.");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
current_export.hint = PROPERTY_HINT_LAYERS_2D_PHYSICS;
|
current_export.hint = PROPERTY_HINT_LAYERS_2D_NAVIGATION;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user