Project SAM is the successor to Project-AL. A Platformer developed in the Godot 3.0.6 engine
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

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