Created
March 13, 2018 01:19
-
-
Save danielytics/fe202868bbf48145ea9d506825bb2730 to your computer and use it in GitHub Desktop.
Code snippets for "Using C++ and GDNative in Godot 3" tutorial
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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