Consistency/data/entities/animals/boss_centipede/orb_homing_spawn.lua

7 lines
239 B
Lua
Raw Normal View History

2021-08-20 01:53:47 +00:00
dofile( "data/scripts/lib/utilities.lua" )
local entity_id = GetUpdatedEntityID()
local pos_x, pos_y = EntityGetTransform( entity_id )
EntityLoad( "data/entities/particles/muzzle_flashes/muzzle_flash_circular_blue.xml", pos_x, pos_y)