GodotComponentTest/project.godot

148 lines
4.0 KiB
Plaintext
Raw Normal View History

2022-08-17 00:50:30 +02:00
; 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": "Reference",
2022-08-17 00:50:30 +02:00
"class": "ClickableComponent",
"language": "GDScript",
2022-08-25 14:10:02 +02:00
"path": "res://components/ClickableComponent.gd"
2022-08-17 00:50:30 +02:00
}, {
"base": "Reference",
2022-08-25 14:10:02 +02:00
"class": "CollisionLine",
"language": "GDScript",
"path": "res://utils/CollisionLine.gd"
}, {
"base": "Reference",
2022-08-17 00:50:30 +02:00
"class": "ColorComponent",
"language": "GDScript",
2022-08-25 14:10:02 +02:00
"path": "res://components/ColorComponent.gd"
2022-08-17 00:50:30 +02:00
}, {
2022-09-21 14:09:31 +02:00
"base": "Resource",
2022-10-07 16:14:05 +02:00
"class": "GameTile",
"language": "GDScript",
"path": "res://utils/GameTile.gd"
}, {
"base": "Resource",
2022-09-21 14:09:31 +02:00
"class": "HexCell",
"language": "GDScript",
"path": "res://addons/gdhexgrid/HexCell.gd"
}, {
2022-09-15 12:32:45 +02:00
"base": "Spatial",
2022-09-15 14:15:23 +02:00
"class": "HexTile3D",
"language": "GDScript",
"path": "res://scenes/HexTile3D.gd"
}, {
"base": "Spatial",
2022-09-15 12:32:45 +02:00
"class": "Island",
"language": "GDScript",
"path": "res://scenes/Island.gd"
}, {
2022-09-21 14:09:31 +02:00
"base": "Node",
"class": "IslandGenerator",
"language": "GDScript",
"path": "res://utils/IslandGenerator.gd"
}, {
2022-08-19 18:48:54 +02:00
"base": "Object",
"class": "SpringDamper",
"language": "GDScript",
2022-08-25 14:10:02 +02:00
"path": "res://utils/SpringDamper.gd"
2022-08-19 18:48:54 +02:00
}, {
"base": "Reference",
2022-08-17 00:50:30 +02:00
"class": "TintedSpriteComponent",
"language": "GDScript",
2022-08-25 14:10:02 +02:00
"path": "res://components/TintedSpriteComponent.gd"
2022-08-17 00:50:30 +02:00
} ]
_global_script_class_icons={
"ClickableComponent": "",
2022-08-25 14:10:02 +02:00
"CollisionLine": "",
2022-08-17 00:50:30 +02:00
"ColorComponent": "",
2022-10-07 16:14:05 +02:00
"GameTile": "",
2022-09-21 14:09:31 +02:00
"HexCell": "",
2022-09-15 14:15:23 +02:00
"HexTile3D": "",
2022-09-15 12:32:45 +02:00
"Island": "",
2022-09-21 14:09:31 +02:00
"IslandGenerator": "",
2022-08-19 18:48:54 +02:00
"SpringDamper": "",
2022-08-17 00:50:30 +02:00
"TintedSpriteComponent": ""
}
[application]
2022-11-20 20:13:42 +01:00
config/name="i3sc1 GodotComponentTest"
run/main_scene="res://scenes/Game.tscn"
2022-08-17 00:50:30 +02:00
config/icon="res://icon.png"
2022-08-20 00:18:16 +02:00
[display]
2022-08-25 17:06:26 +02:00
window/size/width=320
window/size/height=400
2022-11-20 20:13:42 +01:00
window/size/test_width=1280
window/size/test_height=768
2022-08-25 17:06:26 +02:00
window/stretch/mode="viewport"
window/stretch/aspect="expand"
2022-08-20 00:18:16 +02:00
2023-04-28 14:19:48 +02:00
[global]
collision=false
srgb=false
2023-04-28 14:19:48 +02:00
2022-08-25 15:33:44 +02:00
[input]
Forward={
"deadzone": 0.5,
"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":0,"physical_scancode":87,"unicode":0,"echo":false,"script":null)
]
}
Back={
"deadzone": 0.5,
"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":0,"physical_scancode":83,"unicode":0,"echo":false,"script":null)
]
}
Left={
"deadzone": 0.5,
"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":0,"physical_scancode":65,"unicode":0,"echo":false,"script":null)
]
}
Right={
"deadzone": 0.5,
"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":0,"physical_scancode":68,"unicode":0,"echo":false,"script":null)
]
}
ToggleMainMenu={
"deadzone": 0.5,
"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":0,"physical_scancode":16777217,"unicode":0,"echo":false,"script":null)
]
}
2022-08-25 15:33:44 +02:00
2023-04-28 14:19:48 +02:00
[layer_names]
3d_physics/layer_1="World"
3d_physics/layer_2="Player"
3d_physics/layer_3="Enemies"
3d_physics/layer_4="Collectables"
2022-11-20 20:13:42 +01:00
[mono]
project/assembly_name="GodotComponentTest"
2022-08-17 00:50:30 +02:00
[physics]
common/enable_pause_aware_picking=true
[rendering]
quality/directional_shadow/size.mobile=512
quality/shadow_atlas/size.mobile=1024
2023-12-14 17:27:07 +01:00
quality/shadow_atlas/quadrant_0_subdiv=0
quality/shadow_atlas/quadrant_1_subdiv=0
quality/shadow_atlas/quadrant_2_subdiv=0
quality/shadow_atlas/quadrant_3_subdiv=0
quality/subsurface_scattering/quality=0
2022-08-17 00:50:30 +02:00
environment/default_environment="res://default_env.tres"