basic camera movement

This commit is contained in:
Tabby 2025-06-28 23:00:54 +10:00
parent aa7386ab2a
commit 170916456e
14 changed files with 1073 additions and 6 deletions

View file

@ -0,0 +1,8 @@
@tool
extends EditorPlugin
func _enter_tree():
add_custom_type("Free fly camera", "CharacterBody3D", preload("Src/free_fly_startup.gd"), preload("Assets/icon.png"))
func _exit_tree():
remove_custom_type("Free fly camera")