Skip to content

Instantly share code, notes, and snippets.

@puppetmaster-
puppetmaster- / export_examples.gd
Last active January 5, 2018 14:26
Godot: export examples #GODOT #cheatsheet
extends Node2D
# If the exported value assigns a constant or constant expression,
# the type will be inferred and used in the editor
export var number = 5
# Export can take a basic data type as an argument which will be
# used in the editor
@puppetmaster-
puppetmaster- / 00-about-search-api-examples.md
Created January 5, 2018 09:21 — forked from jasonrudolph/00-about-search-api-examples.md
5 entertaining things you can find with the GitHub Search API