Missiles unlockable
This commit is contained in:
parent
2e1bcbc225
commit
0f3f6f0133
12 changed files with 82 additions and 3 deletions
|
@ -18,10 +18,16 @@ _global_script_classes=[ {
|
|||
"class": "PlayerStats",
|
||||
"language": "GDScript",
|
||||
"path": "res://Scenes/Player/PlayerStats.gd"
|
||||
}, {
|
||||
"base": "Area2D",
|
||||
"class": "Powerup",
|
||||
"language": "GDScript",
|
||||
"path": "res://Scenes/Player/PowerUp.gd"
|
||||
} ]
|
||||
_global_script_class_icons={
|
||||
"MainInstances": "",
|
||||
"PlayerStats": ""
|
||||
"PlayerStats": "",
|
||||
"Powerup": ""
|
||||
}
|
||||
|
||||
[application]
|
||||
|
@ -123,6 +129,7 @@ fire_missile={
|
|||
2d_physics/layer_3="PlayerHurtbox"
|
||||
2d_physics/layer_4="EnemyHurtbox"
|
||||
2d_physics/layer_5="Brick"
|
||||
2d_physics/layer_6="PowerUp"
|
||||
|
||||
[rendering]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue