mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-04 23:10:08 +01:00
38 lines
774 B
Plaintext
38 lines
774 B
Plaintext
; Engine configuration file.
|
|
; It's best edited using the editor UI and not directly,
|
|
; since the parameters that go here are not all obvious.
|
|
;
|
|
; Format:
|
|
; [section] ; section goes between []
|
|
; param=value ; assign values to parameters
|
|
|
|
config_version=5
|
|
|
|
_global_script_classes=[]
|
|
_global_script_class_icons={}
|
|
|
|
[application]
|
|
|
|
config/name="Bullet Shower"
|
|
config/description="Demonstrates how to manage large amounts of objects efficiently using low-level Servers."
|
|
run/main_scene="res://shower.tscn"
|
|
config/features=PackedStringArray("4.0")
|
|
config/icon="res://icon.png"
|
|
|
|
[display]
|
|
|
|
window/stretch/mode="canvas_items"
|
|
window/stretch/aspect="expand"
|
|
|
|
[layer_names]
|
|
|
|
2d_physics/layer_1="Player"
|
|
|
|
[physics]
|
|
|
|
2d/cell_size=64
|
|
|
|
[rendering]
|
|
|
|
renderer/rendering_method="mobile"
|