Skip to content

Instantly share code, notes, and snippets.

@PLyczkowski
Created November 3, 2018 22:08
Show Gist options
  • Save PLyczkowski/fc0ffcebcd22f8421798c1a510aa9ce5 to your computer and use it in GitHub Desktop.
Save PLyczkowski/fc0ffcebcd22f8421798c1a510aa9ce5 to your computer and use it in GitHub Desktop.
extends Node
enum Enums {
ENUM_1,
ENUM_2
}
export(Enums) var enum1 = ENUM_1
export var test_int = 1
func _ready():
var props = get_property_list()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment