Project SAM is the successor to Project-AL. A Platformer developed in the Godot 3.0.6 engine
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

21 lines
504B

  1. ; Engine configuration file.
  2. ; It's best edited using the editor UI and not directly,
  3. ; since the parameters that go here are not all obvious.
  4. ;
  5. ; Format:
  6. ; [section] ; section goes between []
  7. ; param=value ; assign values to parameters
  8. config_version=3
  9. [application]
  10. config/name="Project SAM"
  11. config/icon="res://icon.png"
  12. [rendering]
  13. quality/intended_usage/framebuffer_allocation=1
  14. quality/intended_usage/framebuffer_allocation.mobile=1
  15. environment/default_environment="res://default_env.tres"