feat: modules moved and engine moved to submodule
This commit is contained in:
parent
dfb5e645cd
commit
c33d2130cc
5136 changed files with 225275 additions and 64485 deletions
|
|
@ -28,8 +28,7 @@
|
|||
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||
/**************************************************************************/
|
||||
|
||||
#ifndef LINE_2D_EDITOR_PLUGIN_H
|
||||
#define LINE_2D_EDITOR_PLUGIN_H
|
||||
#pragma once
|
||||
|
||||
#include "editor/plugins/abstract_polygon_2d_editor.h"
|
||||
#include "scene/2d/line_2d.h"
|
||||
|
|
@ -47,9 +46,6 @@ protected:
|
|||
virtual Variant _get_polygon(int p_idx) const override;
|
||||
virtual void _set_polygon(int p_idx, const Variant &p_polygon) const override;
|
||||
virtual void _action_set_polygon(int p_idx, const Variant &p_previous, const Variant &p_polygon) override;
|
||||
|
||||
public:
|
||||
Line2DEditor();
|
||||
};
|
||||
|
||||
class Line2DEditorPlugin : public AbstractPolygon2DEditorPlugin {
|
||||
|
|
@ -58,5 +54,3 @@ class Line2DEditorPlugin : public AbstractPolygon2DEditorPlugin {
|
|||
public:
|
||||
Line2DEditorPlugin();
|
||||
};
|
||||
|
||||
#endif // LINE_2D_EDITOR_PLUGIN_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue