Mouvement de notre joueur (tj probleme de saut)

This commit is contained in:
Estrela Allan p1923381
2020-03-28 12:53:53 +01:00
parent 6bbe742b01
commit 15bfb3f6a9
8 changed files with 44 additions and 47 deletions

View File

@ -1,4 +1,4 @@
#include "Player.h"
#include "GestionPlayer.h"
using namespace godot;
@ -12,5 +12,5 @@ extern "C" void GDN_EXPORT godot_gdnative_terminate(godot_gdnative_terminate_opt
extern "C" void GDN_EXPORT godot_nativescript_init(void* handle) {
Godot::nativescript_init(handle);
register_class<Player>();
register_class<GestionPlayer>();
}