From 5e2c00b40695415e3beefa77868afd7315391665 Mon Sep 17 00:00:00 2001 From: chai Date: Mon, 28 Jan 2019 11:34:56 +0800 Subject: *misc --- Source/Asura.Framework/Graphics/particle_system.lua | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Source/Asura.Framework/Graphics/particle_system.lua') diff --git a/Source/Asura.Framework/Graphics/particle_system.lua b/Source/Asura.Framework/Graphics/particle_system.lua index 21c35b8..a5f8015 100644 --- a/Source/Asura.Framework/Graphics/particle_system.lua +++ b/Source/Asura.Framework/Graphics/particle_system.lua @@ -1,3 +1,6 @@ ---粒子系统,是一个组件 +local ParticleSystem = AsuraEngine.Component.Sub("ParticleSystem") +AsuraEngine.ParticleSystem = ParticleSystem -local ParticleSystem +function ParticleSystem.Ctor(self) + +end -- cgit v1.1-26-g67d0