Added Texture object for handling creating and caching textures, stubbed ParticleEmitter

This commit is contained in:
2020-03-23 08:05:40 -05:00
parent 45021a92aa
commit 18a62b81cc
8 changed files with 82 additions and 32 deletions

View File

@@ -31,5 +31,8 @@ class IMICFPS
def entities
@entities
end
def insert_particle_emitter(position, texture)
end
end
end