1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-28 16:07:14 +00:00

-WIP Exporter to Godot 3.0, only text scenes (no .scn) and still kind of buggy

This commit is contained in:
Juan Linietsky
2017-02-12 22:52:02 -03:00
parent 6abe141579
commit ebb7d2cdb7
17 changed files with 2398 additions and 69 deletions

2
core/io/export_data.cpp Normal file
View File

@@ -0,0 +1,2 @@
#include "export_data.h"