extends Area func _ready(): var _connected = self.connect("body_entered", self, "_body_entered") func _body_entered(body): if body.is_in_group("player"): global.sunwarp = 1 body.get_node("pivot/camera/sunwarp_background").visible = false ication/atom+xml'/>
about summary refs log tree commit diff stats
path: root/src/area_popup.h
blob: d5f6a50f71d8dce5b33c4240ff9bd3a8b1252404 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25