A demo showing how a 2D scene can be shown within a 3D one using viewports.Language: GDScriptRenderer: GLES 2
The GBM2K (Grid Based Movement 2K) Framework is a Godot project that facilitates the creation of 2D grid-based games.
This demo shows how to make in-app payments in Android.Note: Running the demo requires exporting and uploading the game to Google Play.Language: GDScriptRenderer: GLES 2
A plugin/addon for Godot which adds support for fairly realistic point gravity physics (currently only in 2D).
Showcases various Control nodes with their names affixed for easy recognition. This demo is inspired by similar "control gallery" demos found in GUI toolkits such as GTK.The 3 main panels ("Basic controls", "Numbers" and "Lists") are separated using HSplitContainer and VSplitContainer nodes. This makes their individual size adjustable. Drag the empty space between panels to resize them.Language: GDScriptRenderer: GLES 2
A simple Pong game. This demo shows best practices for game development in Godot, including signals.Language: C#Renderer: GLES 2Note: There is a GDScript version available here: https://godotengine.org/asset-library/asset/121Note: There is a VisualScript version available here: https://godotengine.org/asset-library/asset/136
This node allows you to draw 2d arrows by setting its position, target, width, color, mix and max vector lengths
Allows you to import a Terminal scene, which is a custom console. Commands can be written and executed just like Bash does. For now, it's in French.
A simple plugin for easy of use that adds two node typesSpriteOccluder and AnimatedSpriteOccluderboth calculate a LightOccluder2Don runtime
A demo showing how a 3D scene can be shown within a 2D one using viewports.Language: GDScriptRenderer: GLES 2
A demo showing how to build an input key remapping screen.- Click the buttons to change the bound keys.- Persists the keys to disk, so they are preserved after the project is restarted.Language: GDScriptRenderer: GLES 2
A demo showing how a game made in Godot can be paused.Language: GDScriptRenderer: GLES 2