From 04c6983a09a8598c530ad8082eb9c59b56960fb4 Mon Sep 17 00:00:00 2001 From: LeenkxTeam Date: Wed, 24 Sep 2025 01:52:47 +0000 Subject: [PATCH] Update leenkx/Sources/iron/data/SceneFormat.hx --- leenkx/Sources/iron/data/SceneFormat.hx | 1 + 1 file changed, 1 insertion(+) diff --git a/leenkx/Sources/iron/data/SceneFormat.hx b/leenkx/Sources/iron/data/SceneFormat.hx index cadd3b61..dd080a8e 100644 --- a/leenkx/Sources/iron/data/SceneFormat.hx +++ b/leenkx/Sources/iron/data/SceneFormat.hx @@ -395,6 +395,7 @@ typedef TParticleData = { public var name: String; public var type: Int; // 0 - Emitter, Hair public var auto_start: Bool; + public var dynamic_emitter: Bool; public var is_unique: Bool; public var loop: Bool; public var count: Int;