mirror of
https://github.com/4ian/GDevelop.git
synced 2025-10-15 10:19:04 +00:00
Fix help buttons for some objects (#3601)
This commit is contained in:
@@ -396,7 +396,7 @@ module.exports = {
|
||||
objectsEditorService.registerEditorConfiguration(
|
||||
'BitmapText::BitmapTextObject',
|
||||
objectsEditorService.getDefaultObjectJsImplementationPropertiesEditor({
|
||||
helpPagePath: '/objects/bitmaptext',
|
||||
helpPagePath: '/objects/bitmap_text',
|
||||
})
|
||||
);
|
||||
},
|
||||
|
@@ -467,7 +467,7 @@ module.exports = {
|
||||
objectsEditorService.registerEditorConfiguration(
|
||||
'TileMap::TileMap',
|
||||
objectsEditorService.getDefaultObjectJsImplementationPropertiesEditor({
|
||||
helpPagePath: '/objects/tile_map_object',
|
||||
helpPagePath: '/objects/tilemap',
|
||||
})
|
||||
);
|
||||
},
|
||||
|
Reference in New Issue
Block a user