clegg
This commit is contained in:
commit
6a269eb236
97 changed files with 2137 additions and 0 deletions
4
camera/camera.gd
Normal file
4
camera/camera.gd
Normal file
|
@ -0,0 +1,4 @@
|
|||
extends Camera2D
|
||||
|
||||
func _physics_process(delta: float) -> void:
|
||||
global_position = get_owner().get_node("Player").global_position
|
Loading…
Add table
Add a link
Reference in a new issue