Project SAM is the successor to Project-AL. A Platformer developed in the Godot 3.0.6 engine
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 line
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"