Updated godot, voxel module; fixed spawners; added C++ border and radial points calculation
This commit is contained in:
@@ -9,8 +9,6 @@ protected:
|
||||
struct spawn_object {
|
||||
Transform xform;
|
||||
bool active;
|
||||
bool relative;
|
||||
int parent_instance;
|
||||
int instance;
|
||||
};
|
||||
HashMap<String, PoolVector<struct spawn_object> > positions;
|
||||
|
||||
Reference in New Issue
Block a user