123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276 |
- ; 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": "Human",
- "class": "Agitator",
- "language": "GDScript",
- "path": "res://scripts/Agitator.gd"
- }, {
- "base": "Glowy",
- "class": "Arrow",
- "language": "GDScript",
- "path": "res://scripts/Arrow.gd"
- }, {
- "base": "Human",
- "class": "Baker",
- "language": "GDScript",
- "path": "res://scripts/Baker.gd"
- }, {
- "base": "Human",
- "class": "BoozeGirl",
- "language": "GDScript",
- "path": "res://scripts/BoozeGirl.gd"
- }, {
- "base": "Popper",
- "class": "Chat",
- "language": "GDScript",
- "path": "res://scripts/Chat.gd"
- }, {
- "base": "Popper",
- "class": "ChatPlane",
- "language": "GDScript",
- "path": "res://scripts/ChatPlane.gd"
- }, {
- "base": "Interactable",
- "class": "Chattable",
- "language": "GDScript",
- "path": "res://scripts/Chattable.gd"
- }, {
- "base": "Reference",
- "class": "Choice",
- "language": "GDScript",
- "path": "res://scripts/Choice.gd"
- }, {
- "base": "MeshInstance",
- "class": "Cloak",
- "language": "GDScript",
- "path": "res://scripts/Cloak.gd"
- }, {
- "base": "Swayer",
- "class": "Drunk",
- "language": "GDScript",
- "path": "res://scripts/Drunk.gd"
- }, {
- "base": "Label3D",
- "class": "EPlace",
- "language": "GDScript",
- "path": "res://scripts/EPlace.gd"
- }, {
- "base": "Path",
- "class": "FloorPath",
- "language": "GDScript",
- "path": "res://scripts/FloorPath.gd"
- }, {
- "base": "Human",
- "class": "Girl",
- "language": "GDScript",
- "path": "res://scripts/Girl.gd"
- }, {
- "base": "Spatial",
- "class": "Glowy",
- "language": "GDScript",
- "path": "res://scripts/Glowy.gd"
- }, {
- "base": "Human",
- "class": "Haxxor",
- "language": "GDScript",
- "path": "res://scripts/Haxxor.gd"
- }, {
- "base": "Chattable",
- "class": "Human",
- "language": "GDScript",
- "path": "res://scripts/Human.gd"
- }, {
- "base": "Spatial",
- "class": "Interactable",
- "language": "GDScript",
- "path": "res://scripts/Interactable.gd"
- }, {
- "base": "Spatial",
- "class": "JumpPad",
- "language": "GDScript",
- "path": "res://scripts/JumpPad.gd"
- }, {
- "base": "Spatial",
- "class": "Label3D",
- "language": "GDScript",
- "path": "res://scripts/3DLabel.gd"
- }, {
- "base": "Label3D",
- "class": "Label3DRot",
- "language": "GDScript",
- "path": "res://scripts/RotatingLabel.gd"
- }, {
- "base": "Interactable",
- "class": "Listenable",
- "language": "GDScript",
- "path": "res://scripts/Listenable.gd"
- }, {
- "base": "Spatial",
- "class": "MainNode",
- "language": "GDScript",
- "path": "res://scripts/Main.gd"
- }, {
- "base": "KinematicBody",
- "class": "Player",
- "language": "GDScript",
- "path": "res://scripts/Player.gd"
- }, {
- "base": "Spatial",
- "class": "Popper",
- "language": "GDScript",
- "path": "res://scripts/Popper.gd"
- }, {
- "base": "Human",
- "class": "Priest",
- "language": "GDScript",
- "path": "res://scripts/Priest.gd"
- }, {
- "base": "AudioStreamPlayer3D",
- "class": "SDStreamPlayer3D",
- "language": "GDScript",
- "path": "res://SDStreamPlayer3D.gd"
- }, {
- "base": "Timer",
- "class": "SDTimer",
- "language": "GDScript",
- "path": "res://SDTimer.gd"
- }, {
- "base": "Tween",
- "class": "SDTween",
- "language": "GDScript",
- "path": "res://scripts/SDTween.gd"
- }, {
- "base": "Reference",
- "class": "Saying",
- "language": "GDScript",
- "path": "res://scripts/Saying.gd"
- }, {
- "base": "Human",
- "class": "Security",
- "language": "GDScript",
- "path": "res://scripts/Security.gd"
- }, {
- "base": "Glowy",
- "class": "Swayer",
- "language": "GDScript",
- "path": "res://scripts/Swayer.gd"
- }, {
- "base": "Reference",
- "class": "Unconditional",
- "language": "GDScript",
- "path": "res://scripts/Unconditional.gd"
- } ]
- _global_script_class_icons={
- "Agitator": "",
- "Arrow": "",
- "Baker": "",
- "BoozeGirl": "",
- "Chat": "",
- "ChatPlane": "",
- "Chattable": "",
- "Choice": "",
- "Cloak": "",
- "Drunk": "",
- "EPlace": "",
- "FloorPath": "",
- "Girl": "",
- "Glowy": "",
- "Haxxor": "",
- "Human": "",
- "Interactable": "",
- "JumpPad": "",
- "Label3D": "",
- "Label3DRot": "",
- "Listenable": "",
- "MainNode": "",
- "Player": "",
- "Popper": "",
- "Priest": "",
- "SDStreamPlayer3D": "",
- "SDTimer": "",
- "SDTween": "",
- "Saying": "",
- "Security": "",
- "Swayer": "",
- "Unconditional": ""
- }
- [application]
- config/name="NeonHead"
- run/main_scene="res://Main.tscn"
- boot_splash/image="res://bootsplash.png"
- boot_splash/fullsize=false
- boot_splash/bg_color=Color( 0, 0, 0, 1 )
- config/icon="res://icon.png"
- [debug]
- gdscript/warnings/unused_variable=false
- gdscript/warnings/unused_class_variable=false
- gdscript/warnings/unused_argument=false
- gdscript/warnings/unused_signal=false
- gdscript/warnings/return_value_discarded=false
- [display]
- window/size/fullscreen=true
- window/size/fullscreen.HTML5=false
- [input]
- ui_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":16777231,"unicode":0,"echo":false,"script":null)
- , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":14,"pressure":0.0,"pressed":false,"script":null)
- , Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":65,"unicode":0,"echo":false,"script":null)
- , Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":81,"unicode":0,"echo":false,"script":null)
- ]
- }
- ui_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":16777233,"unicode":0,"echo":false,"script":null)
- , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":15,"pressure":0.0,"pressed":false,"script":null)
- , Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":68,"unicode":0,"echo":false,"script":null)
- ]
- }
- ui_up={
- "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":16777232,"unicode":0,"echo":false,"script":null)
- , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":12,"pressure":0.0,"pressed":false,"script":null)
- , Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":87,"unicode":0,"echo":false,"script":null)
- ]
- }
- ui_down={
- "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":16777234,"unicode":0,"echo":false,"script":null)
- , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":13,"pressure":0.0,"pressed":false,"script":null)
- , Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":83,"unicode":0,"echo":false,"script":null)
- ]
- }
- interact={
- "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":69,"unicode":0,"echo":false,"script":null)
- ]
- }
- [layer_names]
- 3d_physics/layer_1="bumper"
- 3d_physics/layer_3="talker"
- 3d_physics/layer_4="jumper"
- [rendering]
- quality/driver/driver_name="GLES2"
- environment/default_environment="res://default_env.tres"
|