Skip to content

Instantly share code, notes, and snippets.

@danielytics
Created March 13, 2018 01:19
Show Gist options
  • Save danielytics/fe202868bbf48145ea9d506825bb2730 to your computer and use it in GitHub Desktop.
Save danielytics/fe202868bbf48145ea9d506825bb2730 to your computer and use it in GitHub Desktop.
Code snippets for "Using C++ and GDNative in Godot 3" tutorial
extends Node
func _ready():
var simple = load("res://simple.gdns").new()
simple.say(simple.hello("World"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment