mirror of
https://github.com/Relintai/pandemonium_demo_projects.git
synced 2025-01-02 14:39:37 +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)
|