You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-12 13:20:55 +00:00
New particle system, mostly working, some small features missing.
This commit is contained in:
@@ -62,8 +62,8 @@ class CollisionPolygonEditor : public HBoxContainer {
|
||||
ToolButton *button_edit;
|
||||
|
||||
|
||||
Ref<FixedSpatialMaterial> line_material;
|
||||
Ref<FixedSpatialMaterial> handle_material;
|
||||
Ref<SpatialMaterial> line_material;
|
||||
Ref<SpatialMaterial> handle_material;
|
||||
|
||||
EditorNode *editor;
|
||||
Panel *panel;
|
||||
|
||||
Reference in New Issue
Block a user