mirror of
https://github.com/Relintai/pandemonium_demo_projects.git
synced 2024-12-21 13:56:50 +01:00
21 lines
502 B
Markdown
21 lines
502 B
Markdown
# Bullet Shower
|
|
|
|
This demonstrates how to manage large amounts of objects efficiently using
|
|
low-level Servers.
|
|
|
|
See
|
|
[Optimization using Servers](https://docs.godotengine.org/en/latest/tutorials/performance/using_servers.html)
|
|
in the documentation for more information.
|
|
|
|
Language: GDScript
|
|
|
|
Renderer: GLES 2
|
|
|
|
Check out this demo on the asset library: https://godotengine.org/asset-library/asset/887
|
|
|
|
## Screenshots
|
|
|
|
![No collision](screenshots/no_collision.png)
|
|
|
|
![Collision](screenshots/collision.png)
|