andrew-wilkes / godot-scene-templates

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

2D Scenes

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

3D Scenes

  • 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

About

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

License:MIT License


Languages

Language:GDScript 100.0%