godot-mota/project.godot

113 lines
2.3 KiB
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
_global_script_classes=[ {
"base": "Tween",
"class": "ArrayTween",
"language": "GDScript",
"path": "res://src/player/ArrayTween.gd"
}, {
"base": "StaticBody2D",
"class": "Door",
"language": "GDScript",
"path": "res://src/door/Door.gd"
}, {
"base": "Area2D",
"class": "HitPlot",
"language": "GDScript",
"path": "res://src/plot/HitPlot.gd"
}, {
"base": "CanvasLayer",
"class": "Hud",
"language": "GDScript",
"path": "res://src/hud/HUD.gd"
}, {
"base": "Node2D",
"class": "LevelInstance",
"language": "GDScript",
"path": "res://src/level/LevelInstance.gd"
}, {
"base": "Node2D",
"class": "LevelsManager",
"language": "GDScript",
"path": "res://src/level/LevelsManager.gd"
}, {
"base": "Node2D",
"class": "Main",
"language": "GDScript",
"path": "res://Main.gd"
}, {
"base": "TileMap",
"class": "NavigationTileMap",
"language": "GDScript",
"path": "res://src/navigation/NavigationTileMap.gd"
}, {
"base": "KinematicBody2D",
"class": "Player",
"language": "GDScript",
"path": "res://src/player/Player.gd"
}, {
"base": "Position2D",
"class": "PlayerProps",
"language": "GDScript",
"path": "res://src/props/PlayerProps.gd"
}, {
"base": "Position2D",
"class": "Stairs",
"language": "GDScript",
"path": "res://src/stairs/Stairs.gd"
} ]
_global_script_class_icons={
"ArrayTween": "",
"Door": "",
"HitPlot": "",
"Hud": "",
"LevelInstance": "",
"LevelsManager": "",
"Main": "",
"NavigationTileMap": "",
"Player": "",
"PlayerProps": "",
"Stairs": ""
}
[application]
config/name="Mobile-mota"
run/main_scene="res://Main.tscn"
config/icon="res://settings/icon.png"
[autoload]
FileUtils="*res://src/utils/FileUtils.gd"
Messages="*res://src/hud/Messages.gd"
[debug]
settings/fps/force_fps=60
gdscript/warnings/unused_variable=false
gdscript/warnings/unused_argument=false
gdscript/warnings/unreachable_code=false
[display]
window/size/width=416
window/size/height=544
window/size/always_on_top=true
window/dpi/allow_hidpi=true
window/stretch/mode="viewport"
window/stretch/aspect="keep"
[rendering]
quality/driver/driver_name="GLES2"
quality/2d/use_pixel_snap=true
environment/default_environment="res://settings/default_env.tres"