ewwww destroy that fucking tonguegit statusgit status!
This commit is contained in:
parent
5748d7dcf8
commit
eaa9490636
2 changed files with 34 additions and 1 deletions
10
maps/cave_speccy_detector.gd
Normal file
10
maps/cave_speccy_detector.gd
Normal file
|
@ -0,0 +1,10 @@
|
|||
extends Area2D
|
||||
|
||||
|
||||
var speccy_urgent_warning: bool = true
|
||||
|
||||
|
||||
func _on_body_entered(body: Node) -> void:
|
||||
if speccy_urgent_warning:
|
||||
$Speccy.appear()
|
||||
speccy_urgent_warning = false
|
Loading…
Add table
Add a link
Reference in a new issue