Basic launch
This commit is contained in:
@@ -8,6 +8,22 @@
|
||||
|
||||
config_version=4
|
||||
|
||||
_global_script_classes=[ {
|
||||
"base": "Area",
|
||||
"class": "HitBox",
|
||||
"language": "GDScript",
|
||||
"path": "res://Scripts/HitBox.gd"
|
||||
}, {
|
||||
"base": "Area",
|
||||
"class": "HurtBox",
|
||||
"language": "GDScript",
|
||||
"path": "res://Scripts/HurtBox.gd"
|
||||
} ]
|
||||
_global_script_class_icons={
|
||||
"HitBox": "",
|
||||
"HurtBox": ""
|
||||
}
|
||||
|
||||
[application]
|
||||
|
||||
config/name="Slap"
|
||||
@@ -74,6 +90,18 @@ escape={
|
||||
"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":16777217,"physical_scancode":0,"unicode":0,"echo":false,"script":null)
|
||||
]
|
||||
}
|
||||
crouch={
|
||||
"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":16777238,"physical_scancode":0,"unicode":0,"echo":false,"script":null)
|
||||
]
|
||||
}
|
||||
|
||||
[layer_names]
|
||||
|
||||
3d_render/layer_1="world"
|
||||
3d_render/layer_2="hitboxes"
|
||||
3d_physics/layer_1="world"
|
||||
3d_physics/layer_2="hitboxes"
|
||||
|
||||
[physics]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user