bullets bullets bullets bullets
This commit is contained in:
parent
846040c0e4
commit
55059788b2
25 changed files with 139 additions and 91 deletions
|
|
@ -1,16 +1,17 @@
|
|||
class_name BulletPreset
|
||||
extends Resource
|
||||
|
||||
|
||||
@export_group("Bullets")
|
||||
@export var behavior: BulletBehavior = null
|
||||
|
||||
@export var pattern: BulletSpawnPattern = null
|
||||
|
||||
@export var textures: Array[Texture2D] = []
|
||||
|
||||
@export var hitbox_size: Vector2i = Vector2i.ZERO
|
||||
|
||||
@export var face_direction: bool = false
|
||||
|
||||
@export_group("Spawning")
|
||||
@export var pattern: BulletSpawnPattern = null
|
||||
@export var rounds: int = 1
|
||||
|
||||
@export var round_delay: float = 0.0
|
||||
|
||||
@export_group("Bullet Set")
|
||||
@export var set_behavior: BulletSetBehavior = null
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue