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.
|
- ; 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=3
-
- [application]
-
- config/name="Project SAM"
- config/icon="res://icon.png"
-
- [rendering]
-
- quality/intended_usage/framebuffer_allocation=1
- quality/intended_usage/framebuffer_allocation.mobile=1
- environment/default_environment="res://default_env.tres"
|