FuncIt/Alens/movementSystem0.0.3/project.godot
Alan Alexander Cerna 7dc253487f Basic system - (Handler/Processor/Manager/Controller) link establishment
Established a basic structure of system components and their relative tasks.
2021-10-27 16:27:54 +03:00

24 lines
523 B
Plaintext

; 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=4
[application]
config/name="movementSystem0.0.3"
run/main_scene="res://source/entities/player/player_node.tscn"
config/icon="res://icon.png"
[physics]
common/enable_pause_aware_picking=true
[rendering]
environment/default_environment="res://default_env.tres"