Skip to content

Commit

Permalink
Update demo project
Browse files Browse the repository at this point in the history
  • Loading branch information
mphe committed Oct 19, 2023
1 parent 2c28f67 commit 836f372
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions demo/project.godot
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ _global_script_classes=[ {
"language": "GDScript",
"path": "res://addons/ropesim/RopeAnchor.gd"
}, {
"base": "Node",
"class": "RopeCollisionShapeGenerator",
"language": "GDScript",
"path": "res://addons/ropesim/RopeCollisionShapeGenerator.gd"
}, {
"base": "Position2D",
"class": "RopeHandle",
"language": "GDScript",
Expand All @@ -37,6 +42,7 @@ _global_script_classes=[ {
_global_script_class_icons={
"Rope": "",
"RopeAnchor": "",
"RopeCollisionShapeGenerator": "",
"RopeHandle": "",
"RopeRendererLine2D": "",
"RopeToolHelper": ""
Expand Down

0 comments on commit 836f372

Please sign in to comment.