source: Studio/World/DeathSpot.gd

godot4-dev
Last change on this file was 831a978, checked in by Jonathan Neufeld <support@…>, 3 years ago

Initial commit of Godot4 project Working world and movable player.

  • Property mode set to 100644
File size: 77 bytes
RevLine 
[831a978]1extends Area3D
2
3func _on_area_3d_body_entered(_body):
4 Universal.dead = true
Note: See TracBrowser for help on using the repository browser.