├── .gitignore ├── CameraControl.gd ├── LICENSE ├── README.md └── Screenshot.gd /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FilipLundby/godot-snippets/HEAD/.gitignore -------------------------------------------------------------------------------- /CameraControl.gd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FilipLundby/godot-snippets/HEAD/CameraControl.gd -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FilipLundby/godot-snippets/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FilipLundby/godot-snippets/HEAD/README.md -------------------------------------------------------------------------------- /Screenshot.gd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FilipLundby/godot-snippets/HEAD/Screenshot.gd --------------------------------------------------------------------------------