diff options
Diffstat (limited to 'demos/2d/kinematic_char/colworld.gd')
-rw-r--r-- | demos/2d/kinematic_char/colworld.gd | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/demos/2d/kinematic_char/colworld.gd b/demos/2d/kinematic_char/colworld.gd deleted file mode 100644 index 7926ef9d54..0000000000 --- a/demos/2d/kinematic_char/colworld.gd +++ /dev/null @@ -1,8 +0,0 @@ - -extends Node2D - - -func _on_princess_body_enter(body): - # The name of this editor-generated callback is unfortunate - if (body.get_name() == "player"): - get_node("youwin").show() |