rand bullets
This commit is contained in:
parent
55c2aeac80
commit
4ff19610d3
12 changed files with 126 additions and 56 deletions
|
|
@ -5,6 +5,7 @@ extends Resource
|
|||
@export_group("Bullets")
|
||||
@export var behavior: BulletBehavior = null
|
||||
@export var textures: Array[Texture2D] = []
|
||||
@export var colors: Array[Color] = [Color.WHITE]
|
||||
@export var hitbox_size: Vector2i = Vector2i.ZERO
|
||||
@export var face_direction: bool = false
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue