primeiro commit
All checks were successful
Build and Push Image / Build and push image (push) Successful in 3m5s
All checks were successful
Build and Push Image / Build and push image (push) Successful in 3m5s
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
BasicRanged(
|
||||
energy_cost: 0.0,
|
||||
buildup_duration: 1.5,
|
||||
recover_duration: 1.5,
|
||||
projectile: LaserBeam(
|
||||
damage: 50.0,
|
||||
radius: 20.0,
|
||||
knockback: 50.0,
|
||||
energy_regen: 0.0,
|
||||
min_falloff: 0.0,
|
||||
),
|
||||
projectile_body: Object(LaserBeamSmall),
|
||||
projectile_speed: 45.0,
|
||||
num_projectiles: 1,
|
||||
projectile_spread: 0.0,
|
||||
move_efficiency: 0.3,
|
||||
)
|
||||
@@ -0,0 +1,10 @@
|
||||
SpriteSummon(
|
||||
buildup_duration: 1.5,
|
||||
cast_duration: 0.1,
|
||||
recover_duration: 12.0,
|
||||
sprite: Empty,
|
||||
del_timeout: Some((8, 5)),
|
||||
summon_distance: (2, 15.0),
|
||||
sparseness: 0.0,
|
||||
angle: 360,
|
||||
)
|
||||
Reference in New Issue
Block a user