| 123456789101112131415161718192021222324252627282930 |
- ; 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
- [application]
- config/name="Pac Man"
- run/main_scene="res://node_2d.tscn"
- config/features=PackedStringArray("4.2", "Forward Plus")
- config/icon="res://icon.svg"
- [display]
- window/size/viewport_width=224
- window/size/viewport_height=248
- window/stretch/mode="viewport"
- [dotnet]
- project/assembly_name="Pac Man"
- [rendering]
- textures/canvas_textures/default_texture_filter=0
|