Godot Factory's icon

Godot Factory 0.1 Scripts 3.4 Community

Submitted by user drumstickz64; MIT; 2022-02-20

# Godot Scene Factory

2D and 3D Nodes for spawning scenes

## API

### Signals

- `spawned`: Is sent after an entity is spawned.

### Export Variables

- `entity_scene`: The scene to be spawned.
- `entity_parent_path`: The path of the node that should be the parent of the spawned entity. defaults to the factory node.
- `timer_path`: Allows you to you connect a timer that will spawn an entity when it times out.
- `set_entity_as_toplevel`: Whether or not to set the entity as the top level.

### Functions

- `spawn`: Spawns an entity.

## Attribution

[Factory](https://icons8.com/icon/cFq1ElpDRijU/factory) icon by [Icons8](https://icons8.com)


View files Download Submit an issue Recent Edits