From abc27d4d6b590fbf6adb2fe136208df0ebe2deeb Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Mon, 6 Jun 2022 04:25:06 +0200 Subject: Better handling, handbrake, follow camera --- ClippedCamera.gd | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 ClippedCamera.gd (limited to 'ClippedCamera.gd') 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 -- cgit v1.2.3