diff options
Diffstat (limited to 'demos/2d/isometric_light/map.gd')
-rw-r--r-- | demos/2d/isometric_light/map.gd | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/demos/2d/isometric_light/map.gd b/demos/2d/isometric_light/map.gd deleted file mode 100644 index 6b790ddf1c..0000000000 --- a/demos/2d/isometric_light/map.gd +++ /dev/null @@ -1,7 +0,0 @@ - -extends Node2D - - -func _on_prince_area_body_enter(body): - if (body.get_name() == "cubio"): - get_node("message").show() |