Visual novel scene progress
This commit is contained in:
5
scripts/battle/camera_controller.gd
Normal file
5
scripts/battle/camera_controller.gd
Normal file
@@ -0,0 +1,5 @@
|
||||
class_name CameraController extends Camera2D
|
||||
|
||||
|
||||
func apply_drag(delta: Vector2) -> void:
|
||||
position += delta / zoom
|
||||
Reference in New Issue
Block a user