diff options
Diffstat (limited to 'ClippedCamera.gd')
| -rw-r--r-- | ClippedCamera.gd | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/ClippedCamera.gd b/ClippedCamera.gd new file mode 100644 index 0000000..ccc8f13 --- /dev/null +++ b/ClippedCamera.gd @@ -0,0 +1,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 |
