Modified source engine (2017) developed by valve and leaked in 2020. Not for commercial purporses
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

48 lines
534 B

sheets
{
sheet1
{
spark
{
coords "0 0 10 10"
}
}
}
particles
{
spark
{
sheet sheet1
sprite spark
}
}
psystems
{
fireball
{
max_particles 1000000
material effects/firesprite
ptype spark
initializers
{
emit_from_point
{
init_particles 100
spawn_radius 10
particle_lifetime "100 200" // range
}
}
operators
{
basic_movement
{
gravity "0 -10 0"
drag 0.001
}
}
}
}