Skip to content

Commit 4c21e93

Browse files
Refactored a missing binding to spawn order triggers (#1335)
* Refactored a missing binding to spawn order triggers * Make an alias for Modifier since it's exclusively for EffectGameObject The name Modifier IMO makes 0 sense when it's meant for effects * Revert commit
1 parent 4ab9ff9 commit 4c21e93

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bindings/2.2081/GeometryDash.bro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12023,7 +12023,7 @@ class LevelEditorLayer : GJBaseGameLayer, LevelSettingsDelegate {
1202312023
cocos2d::CCArray* m_cameraGuideTriggers;
1202412024
cocos2d::CCArray* m_particleObjects;
1202512025
cocos2d::CCArray* m_keyframeObjects;
12026-
cocos2d::CCDictionary* m_unk3720;
12026+
cocos2d::CCArray* m_spawnOrderTriggers;
1202712027
cocos2d::CCArray* m_playtestTriggers;
1202812028
GameObject* m_copyStateObject;
1202912029
ParticleGameObject* m_particleObject;

0 commit comments

Comments
 (0)