Finished the particle system.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
###########################################
|
||||
# Created on 1-9-2013. Miguel Angel Astor #
|
||||
###########################################
|
||||
import math
|
||||
|
||||
def angle_to_vector(angle):
|
||||
return [math.cos(angle), math.sin(angle)]
|
||||
|
Reference in New Issue
Block a user