Ajout gestionTerrain + Ajout Sol solide

This commit is contained in:
Amaury
2020-03-31 09:28:11 +02:00
parent be3f291382
commit 2b664e87ee
7 changed files with 93 additions and 3 deletions

View File

@ -14,4 +14,6 @@ extern "C" void GDN_EXPORT godot_nativescript_init(void* handle) {
Godot::nativescript_init(handle);
register_class<GestionJeu>();
register_class<GestionPlayer>();
register_class<GestionTerrain>();
register_class<Terrain>();
}