mirror of
https://forge.univ-lyon1.fr/tplifap4/dungeonanddeamon.git
synced 2024-02-27 13:31:50 +01:00
Ajout gestionTerrain + Ajout Sol solide
This commit is contained in:
@ -1,8 +1,14 @@
|
||||
#pragma once
|
||||
#include <StaticBody2D.hpp>
|
||||
#include <Godot.hpp>
|
||||
|
||||
class Terrain :
|
||||
public godot::StaticBody2D
|
||||
{
|
||||
private:
|
||||
GODOT_CLASS(Terrain, StaticBody2D)
|
||||
|
||||
public:
|
||||
void static _register_methods();
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user