summaryrefslogtreecommitdiff
path: root/ClippedCamera.gd
blob: ccc8f1363f9eb680a9d61026e65c5456c6781d87 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
extends ClippedCamera


# Declare member variables here. Examples:
# var a = 2
# var b = "text"


# Called when the node enters the scene tree for the first time.
func _ready():
	add_exception()


# Called every frame. 'delta' is the elapsed time since the previous frame.
#func _process(delta):
#	pass