Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1.1 KB

README.md

File metadata and controls

29 lines (17 loc) · 1.1 KB

Godot Scene Templates for Godot 3.x

A growing collection of useful scene templates for the Godot Game Engine.

For each category (2D/3D), a Home scene is provided to give a menu to navigate to the various example scenes.

You can download or clone this repository to your PC to try them out.

This is demo project that may be imported into Godot.

  • ConfirmQuit - Popup asks for confirmation when quitting without saving
  • FileMenu - File Menu with example backend code and File Dialog
  • Graph - Example using the GraphEdit node with Graph nodes. Tutorial
  • OrbitingCamera - Node Tree for easy orbiting of a Camera around a pivot point

This is also a demo project that may be imported into Godot.

  • OrbitingCamera - Node Tree for easy orbiting of a Camera around a point using the mouse or keyboard

3D Camera Scene


Encourage me to do more: Buy me a coffee

See also: GDScript Examples