Skip to content

Commit 836f372

Browse files
committed
Update demo project
1 parent 2c28f67 commit 836f372

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

demo/project.godot

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ _global_script_classes=[ {
1919
"language": "GDScript",
2020
"path": "res://addons/ropesim/RopeAnchor.gd"
2121
}, {
22+
"base": "Node",
23+
"class": "RopeCollisionShapeGenerator",
24+
"language": "GDScript",
25+
"path": "res://addons/ropesim/RopeCollisionShapeGenerator.gd"
26+
}, {
2227
"base": "Position2D",
2328
"class": "RopeHandle",
2429
"language": "GDScript",
@@ -37,6 +42,7 @@ _global_script_classes=[ {
3742
_global_script_class_icons={
3843
"Rope": "",
3944
"RopeAnchor": "",
45+
"RopeCollisionShapeGenerator": "",
4046
"RopeHandle": "",
4147
"RopeRendererLine2D": "",
4248
"RopeToolHelper": ""

0 commit comments

Comments
 (0)