initial uncanny work
This commit is contained in:
parent
ab2d42ccd9
commit
8165cda61c
11 changed files with 132 additions and 12 deletions
|
@ -11,7 +11,7 @@ config_version=5
|
|||
[application]
|
||||
|
||||
config/name="ucg-3d"
|
||||
run/main_scene="res://test_scene.tscn"
|
||||
run/main_scene="uid://bkas0lj53glkn"
|
||||
config/features=PackedStringArray("4.4", "GL Compatibility")
|
||||
config/icon="res://icon.svg"
|
||||
|
||||
|
@ -36,6 +36,7 @@ import/blender/enabled=false
|
|||
[global_group]
|
||||
|
||||
friction_floor=""
|
||||
chaser_target="Targets that chaser enemies will lock on to."
|
||||
|
||||
[input]
|
||||
|
||||
|
@ -51,6 +52,7 @@ charge_shot={
|
|||
3d_physics/layer_2="friction"
|
||||
3d_physics/layer_3="water"
|
||||
3d_physics/layer_5="player"
|
||||
3d_physics/layer_6="uncanny"
|
||||
|
||||
[rendering]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue