mirror of
https://forge.univ-lyon1.fr/tplifap4/dungeonanddeamon.git
synced 2024-02-27 13:31:50 +01:00
Mouvement de notre joueur (tj probleme de saut)
This commit is contained in:
@ -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>();
|
||||
}
|
Reference in New Issue
Block a user